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
Simplifying "Order Display Table"?
Author Message
Reply with quote
Post Simplifying "Order Display Table"? 
Hi,

I'm setting up a store for a _very_ low-volume business - a physical anthropologist who offers castings of fossils for academic use. I'm using 4.0K-4b Standard.

I've got most everything set up the way I want it (see http://www.pennfossilcasting.com/cart ), and I've had no problem customizing headers and footers etc. But I'd like to greatly simplify the Order Display Table that appears under the items in the cart on the Modify Cart page and such, and I don't see where to do that.

Right now, by using the Store Manager, I have it down to

Order Totals
Subtotal of items: $ 150.00
---------------------
Grand Total (PLUS shipping): $ 150.00

But I will never be calculating shipping on the site because it's so low-volume that it's not worth weighing every one of my items in advance. (I'll have about 500 items in the catalog when it's complete, the castings are made-to-order, and some sell about once a decade! This is a service more than a business.)

So I'd like to delete either "Subtotal of items" or "Grand Total" (preferably the latter). But I don't see what file is generating that.

Can someone point me in the right direction for what file to edit, and maybe even what code to change?

Thanks!

View user's profile Send private message Send e-mail
Reply with quote
Post  
Looking at your store and the shipping charges statement, why not set up custom shipping logic to charge $10 for orders up to $125, $20 for orders $126-$250, etc...?
This would be very easy to do.


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post  
Well, the $10 per $125 of castings is just a very rough guide. There are some casts that are very expensive because of their level of detail (jaw fragments with teeth for example), but that are very light weight, so they don't cost too much to ship, even with insurance. And there are some that are not very expensive but that weigh a lot (a gorilla tibia for example), so they cost more to ship. I just put the statement there to head off some e-mails.

Thanks anyway, but is there a way to modify the table as I asked, rather than modify the shipping calculation?

Thanks!

View user's profile Send private message Send e-mail
Reply with quote
Post  
In the agora_order_lib.pl file, you can comment out lines 524-538.
Which is the following info:
Code:

print "<TR>\n";
#print "<TD $order_item_def>$cart_font_style &nbsp; </FONT></TD>\n";
#print "<TD $order_item_def>${cartnum_font_style}--------</FONT></TD>\n";
print "<TD $order_item_def colspan=2><IMG SRC=\"",
      "picserve.cgi?secpicserve=line.gif\"",
      " border=0 height=2 width=46></FONT></TD>\n";
print "</TR>\n";
print "<TR>\n";
print "<TD $order_item_def>${cart_font_style}",
      $sc_totals_table_gtot_label,
      ":</FONT></TD>\n";
print "<TD $order_item_def>$cartnum_font_style
$grand_total</FONT></TD>\n";
print "</TR>\n";
print "</TABLE>\n";



HTH!


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post  
Worked like a charm - thank you!!

Elizabeth

View user's profile Send private message Send e-mail
Reply with quote
Post  
Elizabeth,
Glad to hear it worked for you!
Smile


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
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