View Single Post
  #2  
Old 03-28-2005, 06:22 PM
 
cubefree cubefree is offline
 

Member
  
Join Date: Mar 2005
Posts: 18
 

Default

Yes, curious myself!
But I am about to spend some support points to find out.

Version 4.0.12

I did I did!

-----------------------------------------------------------------------

> I'm going to import my client's products into the dB, and I notice these product fields
> available for import: dim_x, dim_y, dim_z.
> They also appear in the Importing Products section of the manual, but I don't see them
> displayed on any pages for a standard install?

Unfortunately, these fields are not used in X-Cart, they remained from previous versions
of X-Cart.

> Is that intentional?

They are not international. The values of these fields are stored in the 'xcart_products'
table in the 'dim_x', 'dim_y', 'dim_z' fields accordingly.

> How should I refer to these variables to display them?
>
> Are they in any .tpl files? If so, which ones?

To display these fields, for example at the product details page, you can edit
'skin1/customer/main/product.tpl' (customers zone) and 'skin1/main/product.tpl'
(admins/providers zone) templates and use the following code there:

{$product.dim_x}
--
Sincerely yours,
Sergey Fomin,
Technical Support Engineer
__________________
~cubist
v 4.0.17
Reply With Quote