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 08-12-2002 23:17:26

Hilery
Member
Registered: 02-24-2002
Posts: 44
Website

Swapping E-mail A Friend with Related Items

Which file to I edit to swap the locations of E-mail A Friend and Related Items?

Offline

 

#2 08-13-2002 07:53:34

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

Re: Swapping E-mail A Friend with Related Items

In the file:

./cgi-bin/library/modules/ste_prod.pl

Look for:

#########
######### Display the email a friend element if email a
######### friend is active.
#########

if ($store_use_email_a_friend eq "Y") {

&display_print('ste_emailfriend');

} ######### End of if statement.

#########
######### Display the related products if active.
#########

if ($store_use_relatedprods eq "Y") {

&ste_prod_disp;

} ######### End of if statement.

And flip the order.


Nick Hendler

Offline

 

Board footer