Posts Tagged ‘Creloaded’

how to disable visual verification code in crealoaded contact us page

Saturday, November 15th, 2008

The tutorial explain how to disable the visual security verification code in Cre Loaded shopping cart script.
Here’s how:
1. Edit your public_html/contat_us.php page:
Look for :
//VISUAL VERIFY CODE start
and comment it out by putting /* on the beginning of the above commented code.
Look for :
//VISUAL VERIFY CODE stop
end your comment here by putting */ [...]

>>read more

Paypal does not allow your country of residence to ship to the country you wish to

Friday, November 14th, 2008

The tutorial explain on how to fix error when you are using Paypal as your payment gateway. All cart using paypal as a payment gateway are affected on this issue including CRELOADED, 273 LOADED , Virtuemart in Joomla and ubecart.

Here’s is the Fix:
CRE Loaded AND 273 Loaded cart :
1. Setup Your PayPal Website Payments Pro
2. [...]

>>read more

How to add extra page in creloaded

Monday, November 10th, 2008

Here how to add extra page in your Cre Loaded cart:
1. Create a page for example “hello.php” and save it in your root folder (public_html)
hello.php code:

>>read more

1062 - Duplicate entry error for customers purchase without an account

Monday, October 6th, 2008

I’m having this error when I try to test my shopping cart again using the same email. I setup my cart that a user doesn’t need to register anymore and they can automatically purchase without an account.
See my error below :

>>read more

How to add extra field “Confirm Email Address” and confirm it matches “Email Address” field in CRELOADED

Sunday, May 20th, 2007

My client wants to modify the creloaded registration page, he wants to add “Confirm Email Address” field and confirm it matches “Email Address” field here what i did to his site:
1. Always back up your Creloaded database and all files if you have modification to the script.

>>read more

How to put “United States” at the top of the Country list Creloaded

Saturday, March 24th, 2007

The tutorial explain how to make United State at the top of country list in creload order info and account creation page.
Here is the solution:
echo tep_get_country_list(’country’)
and replace :

>>read more