The Official Website of AgoraCart and Agora.cgi
AgoraCart.com Demos Download AgoraCart User Manuals & Wiki Gold Members Forum Go Gold Now! Gold Version Memberships

AgoraCart.com

About
Features
Download
Payment Gateways
Send a Donation
Founders Club
BLOG: News & Updates

Showcases & Demos

AgoraCart Demos
Shop Live Stores

Downloads & Add-ons

Gold Version Downloads
DBwizz Database Mgr.
AgoraCart.com Store

Help & Support

User Manuals
Gold Version Users Forum
Gold Version Chat
Tech Support
Certified Agora Pros
Certified Designers
Hire a Freelancer

Gold Version Members

Member Benefits
Join Today!
Gold Members Home
Gold Version Users Forum
Gold Version Chat Rooms
Gold Version Downloads

For Store Owners

Merchant Accounts
Cool Resources
Advertise Here
"Powered by" Logos
Web Hosting Search

Misc.

Contact Us
MEET's Talking Guide
The Ancient Greek Agora






AgoraCart Free User Forums

This is the official FAQ and Cool Tips guide For the AgoraCart shopping Cart software


Official Sponsors of the AgoraCart Project:

       


RegisterSearchFAQLog in
Reply to topic Page 1 of 1
Shopping Categories:
Author Message
Reply with quote
Post Shopping Categories: 
[b]

Is they any way you can delete the Shopping Categories: on the left of the screen where the grey is and keep them in the Centre of the screen so you dont have two Shopping Categories list's.

Thanks Sneakers :?

View user's profile Send private message
Reply with quote
Post  
Remove the code that starts with the following from the store_header.inc file. BE SURE to make a backup copy of the file before any editing, and use a plain text or standard html editor.

Code:
<b><font face="Arial,Helvetica" color="#FF0000" size=2><CENTER>Shopping Categories:</CENTER></font><font face="Arial,Helvetica" color="#FF0000" size=1>
<!--agorascript-pre { # code to count up the CART contents


Reply with quote
Post cool i got them deleted on the first the page 
how do u get rid of them on the check out page is it a siff file i look for :-)

View user's profile Send private message
Reply with quote
Post  
Your posts are about as clear as mud, but I'll make an attempt at interpretting what I think you are asking.

Apparently you want to remove the shopping categories from the left column on the checkout pages. If this is correct, edit the file secure_store_header.inc in the html/html-templates directory. If this isn't correct post again giving details of what you need.

Reply with quote
Post link to shop 
http://www.porika.co.nz/toystore/agora.cgi

here is the store link you will see when it loads up what im trying to get rid of out of the normal product page and check out page

View user's profile Send private message
Reply with quote
Post  
hell-o
you kinda hacked up the td tag and the agorascript:

<TABLE WIDTH=765 BORDER=0 CELLSPACING=0 CELLPADDING=0 align=top>
<TR><TD WIDTH=145 valign=top background="agora.cgi?secpicserve=steelgrey.jpg" bgcolor
local(%db_ele,$sku,$category,%category_list);
if (!($sc_db_lib_was_loaded =~ /yes/i))
{ &require_supporting_libraries (__FILE__, __LINE__, "$sc_db_lib_path"); }
&capture_STDOUT;
&get_prod_db_element($db{"product"},*db_ele);
foreach $sku (keys %db_ele) {
$category = $db_ele{$sku};
$category_list{$category}++;
}
foreach $category (sort(keys %category_list)) {
$category2 = $category;
$category2=~s/_/ /g;
print "&nbsp;&nbsp;<a href=\"agora.cgi?cart_id=2911327.32419*m76_u0&product=",
"$category\"> $category2 </a><br>\n";
}
&uncapture_STDOUT; }
-->


change this:
<TR><TD WIDTH=145 valign=top background="agora.cgi?secpicserve=steelgrey.jpg" bgcolor
to this:
<TR><TD WIDTH=145 valign=top background="agora.cgi?secpicserve=steelgrey.jpg">
don't worry about the bgcolor.

then remove completely this:
local(%db_ele,$sku,$category,%category_list);
if (!($sc_db_lib_was_loaded =~ /yes/i))
{ &require_supporting_libraries (__FILE__, __LINE__, "$sc_db_lib_path"); }
&capture_STDOUT;
&get_prod_db_element($db{"product"},*db_ele);
foreach $sku (keys %db_ele) {
$category = $db_ele{$sku};
$category_list{$category}++;
}
foreach $category (sort(keys %category_list)) {
$category2 = $category;
$category2=~s/_/ /g;
print "&nbsp;&nbsp;<a href=\"agora.cgi?cart_id=2911327.32419*m76_u0&product=",
"$category\"> $category2 </a><br>\n";
}
&uncapture_STDOUT; }
-->


agorascript begins with
<--
and ends with
-->
so to remove the agorscript you will have to remove everything between and including the left and right arrows.

redesigning north america game, huh?

regards,
dan

Reply with quote
Post  
i tell you when you dot he slightest thing wrong on one of the header she all goes belly up

View user's profile Send private message
Reply with quote
Post  
[b]The First bit you put in what do i do with this[/b]



hell-o
you kinda hacked up the td tag and the agorascript:

<TABLE WIDTH=765 BORDER=0 CELLSPACING=0 CELLPADDING=0 align=top>
<TR><TD WIDTH=145 valign=top background="agora.cgi?secpicserve=steelgrey.jpg" bgcolor
local(%db_ele,$sku,$category,%category_list);
if (!($sc_db_lib_was_loaded =~ /yes/i))
{ &require_supporting_libraries (__FILE__, __LINE__, "$sc_db_lib_path"); }
&capture_STDOUT;
&get_prod_db_element($db{"product"},*db_ele);
foreach $sku (keys %db_ele) {
$category = $db_ele{$sku};
$category_list{$category}++;
}
foreach $category (sort(keys %category_list)) {
$category2 = $category;
$category2=~s/_/ /g;
print "&nbsp;&nbsp;<a href=\"agora.cgi?cart_id=2911327.32419*m76_u0&product=",
"$category\"> $category2 </a><br>\n";
}
&uncapture_STDOUT; }
-->

View user's profile Send private message
Reply with quote
Post  
change this:
Quote:
<TR><TD WIDTH=145 valign=top background="agora.cgi?secpicserve=steelgrey.jpg" bgcolor


to this:
Quote:
<TR><TD WIDTH=145 valign=top background="agora.cgi?secpicserve=steelgrey.jpg">

Remove the bgcolor

Remove all of the following code which is directly below the above
Quote:
local(%db_ele,$sku,$category,%category_list);
if (!($sc_db_lib_was_loaded =~ /yes/i))
{ &require_supporting_libraries (__FILE__, __LINE__, "$sc_db_lib_path"); }
&capture_STDOUT;
&get_prod_db_element($db{"product"},*db_ele);
foreach $sku (keys %db_ele) {
$category = $db_ele{$sku};
$category_list{$category}++;
}
foreach $category (sort(keys %category_list)) {
$category2 = $category;
$category2=~s/_/ /g;
print "&nbsp;&nbsp;<a href=\"agora.cgi?cart_id=2298644.14395*KH0Ek1&product=",
"$category\"> $category2 </a><br>\n";
}
&uncapture_STDOUT; }
-->


Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum