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 11-06-2003 03:11:33

aweb
Member
Registered: 11-06-2003
Posts: 9

Removing Price Shown

Becasue OPTION PRICING removes the visable "price" of a product, the client wants to eleminate the visable price from products shown  when the store is selected or when one of the a category is clicked. TO make the site consistent, the client wants the shown prices not to be shown when called for as a category or store products listing.

IE to give the site a consistent look/feel with no pricing being seen when searching or displaying the thumbnail images and names of the products.

Any suggestions on how to make this change?

Offline

 

#2 11-06-2003 11:17:32

superhero2000
Member
From: Harrisburg, PA
Registered: 03-26-2003
Posts: 1025
Website

Re: Removing Price Shown

YOu need to create a new Category Product Display and omit the price element.

Go to HTML Pages and Elements > Manage Category Product Display > Insert New Item into Database > Give the new display a Reference Name and also a Display Name, such as No Price.

Add this code:

Code:

<CENTER>

<A HREF="(CGIVAR)common_url(/CGIVAR)&pg=prod&ref=(CGIVAR)product_id_encoded(/CGIVAR)&cat=(CGIVAR)category_id_encoded(/CGIVAR)&catstr=(CGIVAR)catstring_encoded(/CGIVAR)">(CGIGET TYPE="SUB" VALUE="ste_prod_show_image" PARAMS="(CGIVAR)product_imgsm(/CGIVAR)")</A><BR>

<A HREF="(CGIVAR)common_url(/CGIVAR)&pg=prod&ref=(CGIVAR)product_id_encoded(/CGIVAR)&cat=(CGIVAR)category_id_encoded(/CGIVAR)&catstr=(CGIVAR)catstring_encoded(/CGIVAR)">(CGIVAR)product_number_display(/CGIVAR)(CGIVAR)product_name(/CGIVAR)</A>

</CENTER><BR>

Under each category, select for the Product Display Type, the new display type you just created. 


Vinh
VQC Designs, LLC


Offline

 

#3 03-30-2005 14:23:55

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

Re: Removing Price Shown

Hi there,

I don't want to remove the price but just how to move it further up the page.... So that it is closer to the image...



Cheers


Miss George Clooney



Offline

 

#4 03-31-2005 14:35:59

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

Re: Removing Price Shown

BUMP


Miss George Clooney



Offline

 

#5 04-21-2005 10:05:26

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Removing Price Shown

To move the price around in the element, just move the tag:

(CGIGET TYPE="SUB" VALUE="ste_prod_show_price" PARAMS="(CGIVAR)product_pricestatus(/CGIVAR)|(CGIVAR)product_regprice(/CGIVAR)|(CGIVAR)product_saleprice(/CGIVAR)|(CGIVAR)product_volprice(/CGIVAR)|(CGIVAR)product_voltext(/CGIVAR)|(CGIVAR)product_usecatdisc(/CGIVAR)|(CGIVAR)product_useinv(/CGIVAR)|(CGIVAR)product_inv(/CGIVAR)|(CGIVAR)product_recurprice(/CGIVAR)|(CGIVAR)product_recurstatus(/CGIVAR)")<BR><BR>


Nick Hendler

Offline

 

Board footer