
Originally Posted by
gb2007
thanks, Jade! I fixed the problem as you said!
another question though, how can I have two pictures side by side for one product? Let's see I have one picture for the back of the dress and one for the front of the dress. I saw this can be achieved in some other website but I have no idea how can I do it myself.
can you shed some lights here?
thanks!
gb2007
Do you know how to get additional images for a product?
https://www.zen-cart.com/tutorials/index.php?article=58
Now, to get the main image and the additional image side by side, you'll have to open up includes/templates/YOUR_TEMPLATE/tpl_product_info_display.php and move the additional images section:
Code:
<!--bof Additional Product Images -->
<?php
/**
* display the products additional images
*/
require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
<!--eof Additional Product Images -->
Right after:
<!--eof Main Product Image-->
Then we'll have to look at the page source and css and adjust so that the images show up side by side.
Another easier way, would be to use an image editing program like photoshop to combine the front and back image into one image.