-
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
Mian Saleem I have added a product to the stock, but it is not available for purchase on the site. See 2 screenshots. You have access to my site.
- RAnswered
Mian Saleem This project made me sick of work. It is full of bugs. Nothing works. Either actively join me to solve this or give me another suggestion. You have the site, add a product and go from start to finish. See, nothing is working right. How do you sell this with so many bugs. After all, you are doing injustice. Since there is a big time difference between us, I get a reply to one of my messages during the day. It’s been months and I haven’t been able to install this project. You are doing my job. What do you recommend?
I registered as a new user, I want to order a product.
- Can’t order(out of stock) even though I’ve added a product to stock.
- Clicking the Checkout button takes you to the home page.
- modules/Shop/Http/Livewire/Cart/Checkout.php Sometimes it gets stuck on line 43 and sometimes on line 46
- Verification email not sent
- mail settings are filled
- RAnswered
Mian Saleem ``` [2023-08-01 21:28:54] production.ERROR: Undefined array key “default_customer” {“view”:{“view”:“/home/smart/web/smart.rahost.xyz/public_html/modules/Shop/Resources/views/livewire/order/payment.blade.php”,“data”:[]},“userId”:“17bebbf4-15ec-4ecf-b8e3-6920cbcbd2d3”,“exception”:"[object] (Spatie\LaravelIgnition\Exceptions\ViewException(code: 0): Undefined array key "default_customer" at /home/smart/web/smart.rahost.xyz/public_html/modules/Shop/Resources/views/livewire/order/payment.blade.php:99) [stacktrace]
- MSAnswered
Hello,
If you change any code, you need to run
npm run shop:i && npm run shop:p
The am not sure about stock error but other like default_customer and email might be due to settings. Please update settings and select default customer. You can update email settings too.
This project isn’t working for you, please let me know if you need refund.
Thank you
- RAnswered
If you change any code, you need to run npm run shop:i && npm run shop:p
command not working. See attached file
The am not sure about stock error but other like default_customer and email might be due to settings. Please update settings and select default customer.
I had set the default customer from the settings. I have filled all mandatory settings. I gave you my account. You can look at it. I even kept the debug mode open so you can see the problem clearly.
You can update email settings too.
Also email settings filled. It doesn`t give any error. The mail just doesn’t receiving.
please let me know if you need refund.
I’m not in favor of a refund, just yet. If you can fix the bugs I sent to you and you can fix bugs send an update(or commit). I can help you with that. I will fully test the project, I will send you the problems I encountered, and you will solve them.
But in this way, let’s agree on the condition of working together, not with cold support. For example: I sent you the problem. As you know, the error log is really a problem and needs to be solved. But you tell me to fill in the settings. I create stock adjustment and it is successful, but when I go to add again (or buy on the website side), it shows that there are 0 units of that product in stock. You can see it by going to my account.
I work mostly as a Project Manager. It is my job to give tasks and get solutions. If you are interested in my proposal, we can even start with Trello.
If we can fix these problems, the project is a very nice product.
Attachments - MSAnswered
Hello,
I am sorry I am messed up,
npm run shop:u && npm run shop:p
should work.Yes, if you are free next week, we can work on these and I will fix the issues. I said refund as I was stuck with contractor and very little time to work on support and my project. However, I have gotten a week free from the contractor and can fix the issues with my items.
Thank you very much for patience and support
- RAnswered
Mian Saleem It was not clear to me. Did you ask refund for me?
Is this project your own or the company you work for?Next week suits me too. Can you provide me your Trello and Gitlab login? Let’s work on git, you send a commit, and i can recheck it. I will start preparations.
- Login to Reply