-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We can't add this item to your shopping cart right now #51
Comments
Well, since you opened this ticket: did you install the module using composer? Because there are a couple of dependencies that are important for this module to run, you can't just drop it into app/code folder. |
Yes... i install with composer |
Is there any message in your log files (var/log, system.log or exception.log)? There should be something there. If not, add some logging in
|
lets check this... wait pls |
What about exception.log? And can you upload that exception log somewhere (gist.github.com), it's hard to read here. |
Are you sure you are uploading those files correctly? Because in your previous message you had an error with I also see an error for What happens when you set Rubic_CleanCheckout to 0 in |
No... when i disable the module... works OK. Add to cart and checkout. |
Then please check your logs again, because the gist you uploaded doesn't match the previous message you posted. |
What if you temporarily set that shipping method to something simple, like flatrate? Does it solve the problem? Does |
What if you temporarily set that shipping method to something simple, like flatrate? Does it solve the problem? |
i change to Flat rate in configs of clean checkout ... and not works |
In the place I mentioned earlier, |
so... i dont know how to do this... can you help-me? here, https://gist.github.com/zehsergio/8ba2ff3462e069d925557450215867c9 , i pasted full code of archive ... can you put the code in correctly exception... and share with me the full code ...... and then.. i place here. |
Between line 155 and 156, after the |
Ok... done |
permissions or something? |
Maybe 🤔 What if you deleted the contents of |
what a generated folder? sorry..... |
i can remove the |
In the root of your magento directory, there is a folder called And you can leave that code in for now... If we solve the problem, it will not throw exception anymore ;-) |
Yeah everything, except for .htaccess. Don't worry, it's generated code... You're not deleting anything important. |
OK... Done. Enabled developer mode. and now? |
Do you still get the same error? |
No.. because stay Adding..... and not complete. the message no..... because of but dont works |
I mean, when you go to |
yes.... the same error Class ImaginationMedia\Correios\Model\ResourceModel\Cotacoes |
I'm not sure what to tell you :-( I installed that Correios module and set it as default shipping method in Clean Checkout. Still works just fine for me. I guess it's something wrong with loading that module. Maybe permissions, maybe something else. I'm not sure. |
😨.... i set the permissions .... and no works. i install the module with composer.... |
I don't think it's related to this module. The message is coming from Magento 2 (not this module) saying it can't find |
hmmmmm maybe.. any config in magento... to works in brazil? maybe ship, currency, tax...... ? |
Only thing I can think of is to install that module using composer (not copy to app/code). By adding their repository to your composer.json:
and then running:
After that, I'm out of ideas. |
ok.. i installed my module of Correios copying to app / code ... then now, i remove... and get with composer... wait |
look.. im install this: https://bitbucket.org/igor_lm/igorludgero_correiosofflinem2/wiki/Home and works. |
That's weird. I installed that ImaginationMedia module and it worked fine for me. So I still suspect some environment / installation issue. |
I got same error when i was using cPanel, just give permissions with chown command... |
Do this: rm -rf var/page_cache var/cache var/composer_home var/generation var/di var/view_preprocessed |
Hey guys. I don't use CleanCheckout, but I found this problem (Class ImaginationMedia\Correios\Model\ResourceModel\Cotacoes) too. I fixed it by changing the ImaginationMedia/Correios module di.xml file. I attached the original file (di-old.xml) and the new one (with my changes: di-new.xml). Check it @zehsergio. I will submit a pull request to the ImaginationMedia/Correios repository. |
Hi, This doesn't sound like an issue with the clean checkout module, we're making updates to this module for the latest supported versions of Magento, the module in it's current state is tested and working on 2.3.x and 2.4.x (bar a few bugs which will be fixed in a coming release). Please re-open the ticket if you continue to experience issues on supported versions of M2 |
After install the plugin and configure (force luma).... I can't put products in the shopping cart.
Magento message: We can't add this item to your shopping cart right now.
The text was updated successfully, but these errors were encountered: