Posts Tagged ‘shopping cart’

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

How to show your shipping rate in virtuemart during paypal checkout

Friday, November 14th, 2008

The tutorial explain how to fix an error during checkout using Paypal as your payment gateway and Standard shipping gateway in VirtueMart 1.1.2 in Joomla 1.0.15. During a paypal transaction on your site the received amount didn’t match the order total in your order information email. Here’s the Fix : 1. Login in your admin [...]

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

Shipping method doesn’t show in virtuemart cart (Please select shipping method!)

Saturday, November 8th, 2008

To make sure Virtuemart Shipping module works fine, here things to check 1. Make sure you are on production server 2. Make sure you have states enabled. 3. Make sure your products have weight and dimension. Need assistant? email me at arni[at]virtuosomaster.com

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