Shopping Cart Operations > Template Support

there I can find this code

(1/2) > >>

terror2012:
There I can find: <a data-id="145" href="#" class="productcart">Add to Cart</a>
I want to edit Add to Cart name on home page and product and I can't find this code.
It should be html file.

abantecart:
This can be in 2 places:
storefront/view/default_html5/template/blocks/product_list.tpl
storefront/view/default_html5/template/pages/product/product_listing.tpl

terror2012:
no, he isn't here. I just check both files.

abantecart:
 :o

You did not notice it. Look again


--- Quote ---                     <a data-id="<?php echo $product['product_id'] ?>" href="<?php echo $item['buy_url'] ?>" class="productcart"><?php echo $button_add_to_cart ?></a>

--- End quote ---

terror2012:
this code I find but I need to edit "Add to Cart" from <a data-id="145" href="#" class="productcart">Add to Cart</a>
I want to customize my store and I want to change add to cart to CrackOut (add to cart is too default :D). How can I edit in  <a data-id="<?php echo $product['product_id'] ?>" href="<?php echo $item['buy_url'] ?>" class="productcart"><?php echo $button_add_to_cart ?></a> this text?

Navigation

[0] Message Index

[#] Next page

Go to full version
Powered by SMFPacks Social Login Mod