Jump to content

Add Weight to ViewProd.TPL


Guest carlbarrett

Recommended Posts

Guest carlbarrett

Hmm I have filled info on all my products and I wanna have the weight of the products shown on the product info page... does anyone know how i'd get this included? What the tag is called if there is one or how to add one etc ?? ;)

Link to comment
Share on other sites

Two files need to be modified:

In /includes/content/viewProd.inc.php:

find //query database section

and

prodWeight,
 anywhere in the list (mine is after digitalDir,) 



find // update amount of views section



in the list of $view_prod-> add a new line with the code below & then save the file.



	
$view_prod->assign("WEIGHT",$prodArray[0]['prodWeight']);








Then in yourskins/skinTemplates/content/viewProd.tpl



add 
{WEIGHT}

where you want it to appear. you might want to include something like "Estimated weight of this item: {WEIGHT}" or whatever description you want

Save and you are done.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...