Posts tagged e-commerce
Magento multistore setup under Plesk
12Please note there is an easier way which may suite your setup better: http://dx3webs.com/front/2011/09/create-a-multi-store-setup-in-magento/
Magetno is a very powerful and flexible e-commerce platform which can allow a single installation of the platform to support multiple sites on multiple domains, sub-domain or folders.
This tutorial assumes you have a linux based Plesk server with SSH access and that each store will be on a seperate domain.
(more…)
Dx3webs at Mage Benchmark the Magento hosting benchmark.
0
Our entry level e-commerce solution using the amazing Magento e-commerce package is currently in 4th place on the Magento benchmark site. At Dx3webs we have configured our hosting environment to ensure that your business is running at optimal speed so all you have to do is to provide the products. (more…)
Change Payment method titles in magento
0You can call payment methods what ever you like just by changing the title in the Payment method admin section…
Remove side_logo_promo.gif from header in modern theme for Magento
1in
/app/design/frontend/default/modern/template/page/html/header.phtml
comment out
<!– <img src=”<?php echo $this->getSkinUrl(‘images/side_logo_promo.gif’) ?>” alt=”” class=”side-logo-promo”/> –>
Correct Paypal errors in Magento.. double grand total, customer paid double, complete rather than processing.
0For reasons known only to Varien the last 2 versions of Magento have contained serious Paypal bugs which can either create inaccurate accounting errors (seen only by the admin not the customer) or defaults to Order Complete instead of Processing Order.
The following will fix these errors

Recent Comments