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 Layout (https://forum.x-cart.com/showthread.php?t=3059)

lumenetix 06-05-2003 11:30 PM

Product Layout
 
I have a few questions about the layout of the product details. The biggest concern is that i added fields to be part of product. They display just fine, however, when trying to redefine the layout (i assume the file in question is customer/main/product.tpl ) i see in the code the extra fields

{if $active_modules.Extra_Fields ne ""}
{include file="modules/Extra_Fields/product.tpl"}

I have 3 added fields but i do not want them grouped together on top of one another like they currently show. In fact, I want one of the 3 fields to display where the discount star is on top right (IE: class="SaveMoneyLabel" background="{$ImagesDir}/save_money.gif")

Can these added fields be seperated and placed into customer/main/product.tpl directly?

If so, how do i know the names of the fields? are they numbered or given the names i chose when they were created.

How can the search function be made to search added fields?

shan 06-06-2003 02:11 AM

The extra data will be stored in the paramo1 etc fields.

You could alway screate a few if statements and position them where you wanted. You would need to remove the call for extra fields though.

for help on what im talking about view the file that being called.

{include file="modules/Extra_Fields/product.tpl"}


All times are GMT -8. The time now is 10:20 AM.

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