View Single Post
  #1  
Old 05-29-2014, 02:03 PM
  Petepots's Avatar 
Petepots Petepots is offline
 

eXpert
  
Join Date: Aug 2007
Location: Surrey, UK
Posts: 275
 

Default Trying to understand the coding

Guys

I have been looking at the coding, take for example from product.details, what I am trying to understand is where is $product.weight come from, because the database is like xcart_products, so I would expect it to look like $xcart_products.weight, where weight is is the field name

I just can't work out where the $product.weight come from.

{if $product.weight ne "0.00" or $variants ne ''}


I can understand the class=, that looking in the css file

Can anyone point me in the right direction I would like to learn a bit more about how it all works

Kind regards

Peter
__________________
Version 4.7.2
Reply With Quote