Archive for the ‘Creloaded’ Category

FAQ system CRE Loaded and 273 Loaded error

Thursday, February 26th, 2009

I am having so many issues with saving information on this CRE Loaded B2B 6.3 FAQ system. And it brings me to an error highlighted in red at the top saying “You did not fill all necessary fields” big black letters “FAQ to queue 1″ even though all info was entered in all field. How [...]

>>read more

Change form action based on 2 select option

Monday, February 9th, 2009

The tutorial explains on how to change form action based on the 2 select option. The use of this code is for loading different pages using the submit function of the javascript (this.form.submit();) when one of the select option changes its value ( onchange=”changeAction(this.form,this.name);”). In the example below, the first select named range will load [...]

>>read more

Can’t create/write to file /tmp/ (Errcode: 28)

Monday, December 29th, 2008

The tutorial explain how to fix error cause by MYSQL daemon/engine on your server has run out of space for storing its own database files. If the filename/path mentioned includes “/tmp/” in it, then the error is likely referring to temporary/swap files instead of main database files.

>>read more

How to hide empty or restricted categories in creloaded

Tuesday, December 16th, 2008

The tutorial explain on how to hide categories that are restricted or empty in creloaded. Here is the fix. 1.Back up your template directory. 2. Go to your template folder root/template_name/content/index_nested.tpl.php using dreamwever or any html editor . 3. Look for :

>>read more

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 [...]

>>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 [...]

>>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 add extra field (address 1 and address 2) in Creloaded registration page

Friday, April 27th, 2007

Another Creloaded registration page modification request from my customer, he want to have extra field address 1 and address 2 to his store registration page below is what i did: 1. Always back up your database store and files before doing any modification. 2. Make sure your suburb is set true in your customer configuration.

>>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