- Posts: 103
- Thank you received: 2
Troubles with the minicart
Since few days ago, i have some troubles with the minicart. When a client click the button add to cart in the product page, the minicart doesnt add the product, until you change of page or click on F5
Some times, the minicart show all the transaction, instead of just the total of the items as i had configurated. But when you change page or refresh, the minicart returns to normal.
Could any body help me? Thank you!
Here is my site so you can make some testing:
viernezotravez.com
Please Log in or Create an account to join the conversation.
See the image
i just installed the recent upgrade of essential, but this behavior started two days ago
Please Log in or Create an account to join the conversation.
Forgot to mention that i already check the cache turn off everywhere on the site.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Since 3 days, have you changed anything in HikaShop ?
Have you edited, any view ? Like "product / cart" ?
Please Log in or Create an account to join the conversation.
I always make a backup before an upgrade of any component, so when i saw all this problems, i decided to restore the shop to the way it was before. But i already had troubles then, the cart was to slow and i remember thinking that the upgrade would fix that, but it was all the opposite.
So... i dont have a clue of what could happen. I have another shop that suddenly lost all the info of hikashop, but the client was using it and probably it was his fault... i guess.
Anyway... I can upload a version of the store for making tests about what happened with the upgrade, so we can discover what went wrong, because i guess i would need to upgrade eventually, right?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
If it's not the case, can you try to create a new module for the mini cart.
And if it still doesn't work could you give us a backend access, and tell us in which case it doesnt work.
Please Log in or Create an account to join the conversation.
Everything went fine for a while, until a week ago. My client started to say that the minicart was doing something strange; when you ad product to the minicart, for a second or less, you will see the detail of the transaction, instead of just a quick number changing up (see the image minicart1 to know what i mean).
When i first set up the minicart, the detail transaction never showed up. So, i didnt know why suddenly things began to change.
I did my own research of this matter, making tests and so, and what i could come up with, is that this behavior is provocated by the usage of the "module into an article" module. I put the minicart alone, and it worked just fine. But that leave me in the same point of the beggining, i dont know how to change the design of the minicart.
In the other hand, i strongly recommend to check the last upgrade of hikashop essential, because when i upgraded, hopping to solve the "minicart detail of transaction" problem, the upgrade provocate errors, some of them very disturbing, for example, when you go to paypal and cancel the transaction, one item is taken out of the cart. Another bug that i found: when you add a product to the cart, it tooks too long, 10 or 15 seconds to show up in the cart. And of course, the "minicart detail of transaction" problem was still there, but worse, combine with a super-slow response.
If you would like to help me (please, please, do so, my client is driving me crazy because of this), there are two options:
1 Little help for changing the design of the minicart (adding an icon, blue font bold of 12 points, float left with a little padding so it would be in line with the rest of the web design)
2 Using the moduleintoarticle, but without the "minicart detail of transaction" behavior.
Please let me know if this is too much work, i will be happy to pay for the effort of course.
Please Log in or Create an account to join the conversation.
Instead of using the "module into an article" you can create a position in your template. This should remove your problem caused by "module into an article".
Please Log in or Create an account to join the conversation.
Please, if you could guide me, please...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes it's possible. And it should already be the case, thanks to the code:
Please Log in or Create an account to join the conversation.
Exactly this line what I wanted to report. Maybe I'm wrong but this line working only when I'm in cart module. If I use wishlist module (as small-cart) will not working correctly because I will see my cart instead of my wishlist (when I click to that link). If I disable small-cart I'll see a button, and that button will take me to my wishlist. So maybe an if/else missing?
Please Log in or Create an account to join the conversation.
There is already an if / else depending on if it's a cart or a wishlist.
If you don't see the check, that's maybe because you had an override.
Please Log in or Create an account to join the conversation.
If I use wishlistist as default, everything working fine. The link on the button take me here:
http://.../index.php/component/hikashop/cart/showcart/cart_id-1/cart_type-wishlist?Itemid=
If I enable mini cart I see a link "TOTAL" which take me here
http://.../index.php/component/hikashop/checkout?Itemid=
Only thing what I can imagine is that maybe I need to declare some new menu item for wishlist, and maybe will working? I didn't tried yet, but not working by default. Do you have any suggestion?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.