X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Product Detail Page how to show description & options under image 4.4.2 (https://forum.x-cart.com/showthread.php?t=57862)

Cello123 02-01-2011 10:27 PM

Product Detail Page how to show description & options under image 4.4.2
 
Hello, i have been trying to figure out how to move the description and product variants UNDER the main product image and detail thumbnail images on the product detail page. I have tried some of the things stated on the forum that did not work.
I have V4.4.2 and im using the * vivid dreams chromo skin
I would like the Product Detail Page to show like this (everything under the main product image)
MAIN PRODUCT IMAGE
PRODUCT THUMBNAILS
PRODUCT VARIANTS/OPTIONS
PRICE, CART
DESCRIPTION
....AND OTHERS BELOW

Please if someone can tell me how to do this. :D

cflsystems 02-02-2011 03:08 AM

Re: Product Detail Page how to show description & options under image 4.4.2
 
There are 2 templates - product.tpl and product_details.tpl - that you have to edit. You need to know html and css in order to make just one column instead of the 2 right now.

Cello123 02-02-2011 08:12 AM

Re: Product Detail Page how to show description & options under image 4.4.2
 
Hello,
thanks for the reply cflsystems
yes i have already try to edit the product.tpl and product_details.tpl from a post on the forum here http://forum.x-cart.com/showthread.php?t=51819 , but it did not work, it made half of the main image show and product details were on the right still. Maybe i did not do it correct? maybe does not work correct for v4.4.2 chromo?
i know how to edit basic html and css, please if i can get your help or anyone else i would appreciate it.

cflsystems 02-03-2011 04:42 AM

Re: Product Detail Page how to show description & options under image 4.4.2
 
Look at the divs and classes applied - some of them are float. Basically you have to take all the info and put it in one container

Cello123 02-03-2011 11:11 AM

Re: Product Detail Page how to show description & options under image 4.4.2
 
Im going crazy on this !
Can someone please help me with code and or css & instructions for this in V4.4.2 chromo skin

Cello123 02-03-2011 07:35 PM

Re: Product Detail Page how to show description & options under image 4.4.2
 
now i think the best way for the shop im doing would be order like:
DESCRIPTION (first)
MAIN PRODUCT IMAGE
PRODUCT THUMBNAILS
PRODUCT VARIANTS/OPTIONS
PRICE, CART
....AND OTHERS BELOW

* also is there a way to add a mandatory checkbox, in the product option area, so that the customer has to check i agree to the terms, and it will show in the payment invoice that they have checked i agree to the terms.

Cello123 02-06-2011 08:41 PM

Re: Product Detail Page how to show description & options under image 4.4.2
 
any help ??

davidswanson1 06-22-2011 01:06 PM

Re: Product Detail Page how to show description & options under image 4.4.2
 
Its very easy. I just did it to my store. Here are the steps

On /skin/customer/main/product.tpl
Make these changes

Change

<div class="details"{if $max_image_width gt 0} style="margin-left: {math equation="x+14" x=$max_image_width}px;"{/if}>

to
<div style="float:right">

You can see a sample on my store at:
http://shop.ccfdis.com/First-Data-FD-50Ti-Credit-Card-Terminal.html


All times are GMT -8. The time now is 06:08 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.