-
I couldn’t install with install. The information I wrote is completely correct. After clicking the Next button, nothing happens. This is how loading happens. I installed it with migrate and seed. I fill .env manual.
-
npm run shop:i
is mentioned in the document to install the e-commerce module, but this command is not in the project. Also php artisan migrate cant be migrate for shop module. -
Asking for help by creating a ticket is also paid?
Totally took my day. But I haven’t been able to install it yet.
- MSAnswered
Hello,
For Stock Adjustment, please edit
modules/MPS/Http/Requests/StockAdjustmentRequest.php
and add'items.*.item_unit_id' => 'required_with:items.*.unit_id|exists:units,id',
I found that thers is sync issue for quatity and only base unit works for now. I will fix that in next update.
For the gallery images, the thumbnail is fine, the display is cover. If you need you can edit
modules/Shop/Resources/views/item-details.blade.php
and change theobject-cover
toobject-contain
or any other object fit class.The theme is different and it doesn’t have square images at the moment. I will check in future, if I could improve this.
Adding any payment gateway could cost $300 - $500
Thank you
- RAnswered
The theme is different and it doesn’t have square images at the moment. I will check in future, if I could improve this.
If you pay attention to the image you selected in the demo project, you will see that the image was also cropped. Just because the object in the image is right in the middle, it didn’t spoil the design. In the present case, it is necessary to add a picture so that the object is in the center of the picture. The edges should be empty. Replacing the “object-cover” class with “object-contain” makes the image stretchable. What do you suggest to solve the problem?
- RAnswered
Mian Saleem
object-contain
class not does not recognize.Attachments - RAnswered
No, I didn’t issue any refund. If you want, I can do? Please let me know. No, there is no need.
I will try to create repo weekend and share with you.
ok, i’m waiting you. You can create Github repo. My Github name: Akhundoff
- Login to Reply