Archive for the ‘Ecommerce’ Category

How to set referred friend to $10 and referrer to $ 5 usd in Customer referral Program Prestashop module

Wednesday, December 15th, 2010

Problem : How to setup 2:1 ratio commission between referrer and referred friend? For Example: $10 for referred friend (sponsor) and $5 for referred friend. Script Use: Prestashop 1.3.2 built in module Customer referral program v1.4 Solution: 1. Backup your Customer referral program folder 2. Edit modules/referralprogram/ReferralProgramModule.php . Look for : $discount->value = floatval($configurations['REFERRAL_DISCOUNT_VALUE_'.intval($id_currency)]); Change [...]

>>read more

How to configure minimum order amount in Prestashop

Wednesday, December 15th, 2010

Configurable minimum order amount is one of the features of prestashop 1.3.2.3 . It validates the order of customer to a certain amount . Below is how to configure the minimum amount order in the back end. 1. Login to your prestashops admin 2. Go to Preferences –> Products 3. Find “Minimum purchase total required [...]

>>read more

TECHNICAL ERROR: unable to save adresses in prestashop 1.3.2

Tuesday, December 14th, 2010

Im using version 1.3.1 theme and the cart is running in Version 1.3.2.3 . The cart is working fine until i setup a ssl then the error below comes up during check out. Problem : TECHNICAL ERROR: unable to save adresses Details: Error thrown: [object XMLHttpRequest] Text status: error Fix: Replace the deprecated shopping-cart.tpl in [...]

>>read more

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

VM Paypal Integration PRO in Virtuemart

Saturday, January 31st, 2009

VM Paypal Integration Pro is support shipping , itemized products with discount and coupon. Check out the comparison chart below:

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

VM Paypal Integration in virtuemart (itemize + shipping)

Friday, December 19th, 2008

When someone goes to checkout in PayPal like any other payment checkout it would be great to have each product listed item by item and the shipping rate. By using this VM Paypal Integration product in Virtuemart its allow you to do them both. For all those who are interested email me at arni@virtuosomaster.com or [...]

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

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