AbanteCart Community

Shopping Cart Operations => Support => Topic started by: Goo5ey on May 21, 2025, 11:23:08 AM

Title: multiple add to cart and buy it now buttons
Post by: Goo5ey on May 21, 2025, 11:23:08 AM
Help
I have 2 add to cart buttons and 2 buy it now buttons, how do i get rid of this duplication, ive searched for hours to no avail
Title: Re: multiple add to cart and buy it now buttons
Post by: abolabo on May 22, 2025, 04:25:03 AM
do you have fast_checkout extension installed?
Title: Re: multiple add to cart and buy it now buttons
Post by: akhunna on July 28, 2025, 03:02:52 AM
Use your browser's Developer Tools (right-click on the page and select "Inspect") to locate the duplicate buttons in the HTML. Look for multiple instances of the same button code.
crazy chicken 3d unblocked (https://crazychicken3d.io)
Title: Re: multiple add to cart and buy it now buttons
Post by: Omar Cooley on August 25, 2025, 12:11:37 AM
Quote from: akhunna on July 28, 2025, 03:02:52 AMUse your browser's Developer Tools (right-click on the page and select "Inspect") to locate the duplicate buttons in the HTML. Look for multiple instances of the same button code.

Oh nice tip! Using the browser's Developer Tools really helps spot duplicate elements quickly. I've had the same issue before where buttons looked identical on the page but were actually being rendered multiple times in the HTML. Inspecting the code made it much easier to clean things up.