Knowledgebase
How do I change the image size on the download page?
Posted by - NA - on 04 January 2011 03:39 PM
|
|
Open the skin1/modules/Download_Expander/download_main.tpl. And change the following: {include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.image_x image_y=$product.image_y product=$product.product tmbn_url=$product.tmbn_url} to: {include file="product_thumbnail.tpl" productid=$product.productid image_x=150 image_y=$product.image_y product=$product.product tmbn_url=$product.tmbn_url} image_x can be any integer. Related Articles * I'm upgrading (updating) X-Cart and I need to get the latest version of the alteredCart modules. Where can I download these? * How can I configure the Buy Together "You have added..." page to skip the cart.php page and go directly to the checkout. * If a customers payment is declined, or they use PayPal Pro the customer notes are not saved, how can I save this with the users profile? * I've contacted X-Cart tech support about a problem and they say the problem is in the One Page Checkout. How can I tell what is an X-Cart issue vs. a One Page Checkout issue? | |
|
Comments (0)