I was wondering is it possible to change the "add to cart textbox" to a button and to have another either to right of it or left that has buy it now?
I was wondering is it possible to change the "add to cart textbox" to a button and to have another either to right of it or left that has buy it now?
where shall the "buy it now" lead to?
find in the langs files
and replace the text 'add to cart' or delete it (you must leave the quotes '' )Code:define('PRODUCTS_ORDER_QTY_TEXT','Add to Cart: ');
Last edited by eVelt; 8 Jul 2010 at 11:03 PM.