ResolvedButton add/remove items cart
- This topic has 19 replies, 3 voices, and was last updated 2 years, 1 month ago by
jflaque.
- AuthorPosts
- April 1, 2021 at 10:44 am #29788
jflaque
ParticipantHello.
I want to activate the button to add or remove items from a product on the cart page. https://prnt.sc/111baoz
I have seen by code that the buttons exist, but they do not update the quantity of items or the price. https://prnt.sc/111b7wvHow can it be solved?
Thanks.
April 1, 2021 at 12:33 pm #29792Althemist
KeymasterHi ,
You can easily show the +/- buttons with this CSS snippet:
.theme-rigid td div.quantity input.rigid-qty-plus, .theme-rigid td div.quantity input.rigid-qty-minus { display: inline-block !important; }
Best regards,
DimitarApril 1, 2021 at 1:23 pm #29802jflaque
ParticipantHi.
The buttons are visible. But they don’t work, it doesn’t update the price.
You can see how it works here https://acpdd.cat/producto/mitjons/ It is under development.
Thanks.
April 1, 2021 at 1:51 pm #29805Althemist
KeymasterThe price on the single product page can’t be updated. No WooCommerce theme can do this. It’s updated IN the cart when you add the products.
April 1, 2021 at 2:22 pm #29807jflaque
ParticipantI’m not talking about the simple product page.
Plus and minus buttons are displayed on the cart page. But it doesn’t update anything.
Example https://prnt.sc/111hbiu
Thanks.
April 2, 2021 at 12:15 pm #29821jflaque
ParticipantHello.
It has a solution? Can you help me?
Thanks.
April 5, 2021 at 9:32 am #29834jflaque
ParticipantHello.
I need to have a solution to this problem. I have expanded the support to solve this problem.I wait an answer.
Thanks
April 5, 2021 at 11:36 am #29837Althemist
KeymasterHello,
So sorry for the late reply. We have found the problem. Update with fix will be released today.
April 5, 2021 at 8:08 pm #29858jflaque
ParticipantHi.
Could you tell me what part of the code has been updated to solve this problem?
Thnks.April 6, 2021 at 9:45 am #29865Althemist
KeymasterIt’s a JS function.
April 6, 2021 at 9:47 am #29867jflaque
ParticipantIs the update already available in themeforest?
and what is the name of the js file?
Thanks.
April 6, 2021 at 8:23 pm #29884jflaque
ParticipantWhat js file has been modified?
April 7, 2021 at 12:19 pm #29890jflaque
ParticipantHi.
Any news?
Thanks
April 7, 2021 at 4:00 pm #29895Althemist
KeymasterHi jflaque,
The update is alredy available for download. This specific fix is located in rigid/js/rigid-front.js
However, it is STRONGLY recommended to update the entire theme, not just that file.
April 7, 2021 at 4:49 pm #29898jflaque
ParticipantHi.
It does not work well.
You enter the cart page, click on the plus or minus, modify the number and then update, and the price is updated. But then you hit the plus or minus and it doesn’t do anything.
You have to refresh the page to get it working again.
How can it be solved?
Thanks.
- AuthorPosts
You must be logged in and have valid license to reply to this topic.