News:

AbanteCart v1.4.2 is released.

Main Menu
support

there I can find this code

Started by terror2012, December 23, 2013, 09:39:36 AM

Previous topic - Next topic

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

Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

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>
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

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?

eCommerce Core

If you intend to edit code, you need to have a slight understanding of PHP/HTML.
But I do not understand why you need to edit code to change text. Why not change it in admin language definition edit?

See help video


If you need to go more advanced with your modifications, you have 2 option below
1. Learn basic PHP/HTML
2. Ask someone who knows PHP/HTML to help you with edits.

Hope this helps
"If you're in the luckiest one per cent of humanity, you owe it to the rest of humanity to think about the other 99 per cent."
― Warren Buffett

terror2012


Forum Rules Code of conduct
AbanteCart.com 2010 -