Jump to content

[SOLVED]didnt work add cart in product list


Recommended Posts

problem is because structure of your product-list is a bit different than default one.

in this case you have to modify it a bit.

 

what to do?

you have to remove one parent object from block, where the add to cart button appears.

 

<div class="tlacitko">
  <input class="kvanta" type="text" name="qty" id="quantity_to_cart_1" value="1">
      <a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_1" href="http://simplydesign.sk/obchod/index.php?controller=cart&add=1&id_product=1&token=48593cf0d25b92f93296c6e5a0aa9798" title="Do košíku"><span></span>Do košíku</a>
 </div>
 
you can remove ofr example <div class="tlacitko"> </div> or any other /'parent/' element you want
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...