| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Layout of Product Description | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||||
|
|||||||||
![]() Hi guys! It's me again. LOL
![]() I have one question that I need answered. On the Product Details page I would like the Product Description and Details to all appear just below the Product Image. What do I need to change/modify to make this happen? Thank you for your support! ![]()
__________________
Joli Kirk, "Life is not measured by the number of breaths we take, but by the number of moments that take our breath away" X-Cart PRO 4.3.1 | Linux | PHP 5 | MySQL 5 AlteredCart.com - Download Expander; Product Page Downloads BCSEngineering.com - On Sale Products; Newest Added Products |
|||||||||
#2
|
|||||||||
|
|||||||||
![]() Quote:
Pages product structure shown in the figure: You need to change the file "skin1\customer\main\product.tpl". Part of the code, which is responsible for the left side of the withdrawal - an image product (in the picture is left square turquoise color): PHP Code:
Part of the code, which is responsible for the withdrawal right side (in the picture is right square turquoise color). PHP Code:
|
|||||||||
#3
|
|||||||
|
|||||||
![]() would you replace the code with this or remove this coding?
__________________
Tool Experts X-Cart DB Version: 5.4.1.49 Windows |
|||||||
#4
|
|||||||||
|
|||||||||
![]() Quote:
You have to change the code for your needs. I showed where yuor need to change the code. for example: If we replace PHP Code:
on this code: PHP Code:
It was like this: We will get next result: I just moved the code responsible for the withdrawal of the picture and added a column to the table. |
|||||||||
#5
|
|||||||||
|
|||||||||
![]() Perfect! Thank you so much!
![]()
__________________
Joli Kirk, "Life is not measured by the number of breaths we take, but by the number of moments that take our breath away" X-Cart PRO 4.3.1 | Linux | PHP 5 | MySQL 5 AlteredCart.com - Download Expander; Product Page Downloads BCSEngineering.com - On Sale Products; Newest Added Products |
|||||||||
#6
|
|||||||
|
|||||||
![]() yurij,
I'd like to put the add to cart and add to wishlist at the top the move everything else up. Finally, I'd like to have the description run under that and run full length of page, i have tried modifying to do so yet when i made the table all text stayed to the right instead of centering
__________________
Tool Experts X-Cart DB Version: 5.4.1.49 Windows |
|||||||
#7
|
|||||||||
|
|||||||||
![]() I'm going to bump this because I also would like my product description text BELOW the product images.
Thank you! ![]()
__________________
Joli Kirk, "Life is not measured by the number of breaths we take, but by the number of moments that take our breath away" X-Cart PRO 4.3.1 | Linux | PHP 5 | MySQL 5 AlteredCart.com - Download Expander; Product Page Downloads BCSEngineering.com - On Sale Products; Newest Added Products |
|||||||||
#8
|
|||||||||
|
|||||||||
![]() Hi Joli,
Maybe this might help. Get your skin1/customer/main/product.tpl (make sure you make a backup of it too) and locate the line that displays your text similar to below and {* comment it out *} (including each TD tag)... <TD>{if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{ /if}</TD> And underneath that line of code there's another TD that displays your savings label, add a colspan="2" to it like so... <td colspan="2" align="right" valign="top" width="60" id="save_percent_box"... Then copy your description text that was commented out between the TD tags (which may look like something like below)... {if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{ /if} Then locate the closing </TD> of <td class="PImgBox" rowspan="2"> which should be a few lines above from where we commented out the description text. And above the closing </td> add a <br /> tag and paste below it the line we copied with the description text (so it should look something like)... <br /> {if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{ /if} The resulting image TD with the newly added description text should look something like... Code:
Tell us how you got on... Hope this helps.
__________________
Doms kube v4.1.9 |
|||||||||
#9
|
|||||||||
|
|||||||||
![]() Quote:
By the button "Add to cart" refers additional field - number of the product. Where should we move this field? PS. If you put a picture - as it should be, it would be easier to help. |
|||||||||
|
|||
X-Cart forums © 2001-2020
|