Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 07-10-2005 09:09:23

myfunkyshop
Member
From: I Live In The Computer
Registered: 12-28-2004
Posts: 152
Website

Moving Quantity To The The Product Description

Hi there,

I wans wondering how i can edit my page so that the following will appear in the product description insted of being an extra field


Miss George Clooney



Offline

 

#2 07-12-2005 15:45:44

iandee75
Member
Registered: 03-14-2005
Posts: 135

Re: Moving Quantity To The The Product Description

just put HTML into your description.
Use an HTML editor like dreamweaver and paste the code into the product description the code would be:

<a href="http://www.myfunkyshop.co.uk/images/quaninty.jpg">Image Attached</a>


Mad Cowboy Records : 12’’, 7’’  Vinyl, CD, Singles, Albums.: Dance. Pop, Indie

Offline

 

#3 07-12-2005 16:05:06

iandee75
Member
Registered: 03-14-2005
Posts: 135

Re: Moving Quantity To The The Product Description

if you want to put product fields into product description you have to alter your prod.pl file by altering this sort of code:

#########
######### Loop through the returned product array.
#########

foreach $row(@proddetail) {

($product_id,$product_name,$product_number,$product_pricestatus,$product_regprice,$product_saleprice,$product_volprice,$product_voltext,$product_recurprice,$product_recurstatus,$product_keywords,$product_usecatdisc,$product_taxcountry,$product_useinv,$product_inv,$product_imgxlguse,$product_imgxlg,$product_imglg,$product_imgsm,$product_lgdisp,$product_descshort,$product_desclong,$product_xopt,$product_xcat,$product_YOUREXTRAFIELD) = @$row;

$product_descshort = display_parse_string($product_descshort);
$product_desclong = display_parse_string($product_desclong);

Something along those lines anyway.
Then put (CGIVAR)product_YOURFIELD(/CGIVAR) for it to show up in your tiem description.Its easy to do.


Mad Cowboy Records : 12’’, 7’’  Vinyl, CD, Singles, Albums.: Dance. Pop, Indie

Offline

 

#4 07-16-2005 13:18:43

myfunkyshop
Member
From: I Live In The Computer
Registered: 12-28-2004
Posts: 152
Website

Re: Moving Quantity To The The Product Description

Hi there,

What do you mean by "product_YOURFIELD" and i don't quite understand...

Do i have to make an extra field so that the quantity and add button go at the bottom of my description instead of appearing seperate..

Cheers for the advice....


Miss George Clooney



Offline

 

Board footer