PDA

View Full Version : Shopping Cart Customization


jariggs
01-17-2006, 02:52 PM
I would like to make some changes to the Shopping Cart module, basically terminology. I can live with the functionality for the time being.

Change "Buy Now" to "Donate"
"Search Products" to "Search United Causes"
"Product" to "United Causes"
"Checkout" to "Complete Donations"
"Customer Comments" to "Member Comments"
"Write a Review" to "Add a Comment" ("Be the first to write a review of this product for other customers" to "Be the first to make a comment regarding this United Cause for other Members")
"Price" to "Minimum amount"
"Qty" to "Amount in $"
"Shopping Cart" to "Donor Cart"

Also - don't need shipping options...there is no shipping
and don't need Returns and allowances ...there are none...
would like these not to show at all.

Thanks for any guidance.
I can do some basic html editing if you point me to correct pages...

Thanks again,

JARiggs :cool:

jcnelson
02-25-2006, 01:11 AM
Hi JARiggs,

You can change all of those in the language file located in public_html/shoadmin/language/english.php

Open the english.php file in a text editor and you can change the text, here is an example.

$lang["Buy Now"] = "Buy Now";

Would be changed to

$lang["Buy Now"] = "Donate";

I am sure there is a better way, however I suspect you could just remove the text in the language file for Shipping Policy and Returns to make them dissapear from the site.

For example

$lang["Shipping Policy"] = "Shipping Policy";

Could be changed to

$lang["Shipping Policy"] = "";