1. Home
  2. Prices
  3. Guided Tour
  4. New Shop
  5. Shop Review
  6. Ecommerce Marketing
  7. Portfolio
  8. Blog
  9. Contact
Ecommerce Fox

Ecommerce Web Design & Magento Blog

Welcome to our blog, this where you'll find news, reviews and tutorials on all things ecommerce and Magento. If you like what
you see, join in with the discussion and be sure to subscribe.

Increment Invoice ID

February 8th, 2010 Adam No comments
post thumbnail

In a Magento store it is possible to increase the current invoice ID to anything you like through phpMyAdmin. This is often something that needs doing when receieving the dreaded Paypal duplicate invoice ID error, which looks like this:

“The transaction was refused as a result of a duplicate invoice ID supplied.  Attempt with a new invoice ID”

A common cause [...]
Read Post

Translate Inline Text

February 5th, 2010 Adam No comments
post thumbnail

In Magento, you may notice that all the text generated on the frontend is echoed with a PHP include, rather than being inputted manually onto the page. The reason for this is because it’s actually calling the text from a different folder, which in turn can be modified dynamically by the translate inline function – something which may go [...]
Read Post

Magento Paypal Security Error

February 4th, 2010 Adam No comments
post thumbnail

An ocassional problem that arises when implementing Paypal Pro and Paypal Express into Magento is a security error that occurs during the checkout. While attempting to complete the order this message can be displayed:

“There was an error during communication with Paypal: Security error – Security header is not valid”

There are several reasons why this can happen, from not setting [...]
Read Post

Mini Login on Homepage

February 1st, 2010 Adam No comments
post thumbnail

It may have gone reasonably unnoticed, but there’s a mini login form phtml file located in the vast folder structure of a Magento website, one which can be used on a website’s homepage to create a quick and simple login area for users. It is common to see such forms on the bigger e-commerce sites across the world wide [...]
Read Post

Customer Group Registration

January 29th, 2010 Adam No comments
post thumbnail

A feature that is absent from the Magento frontend is the ability for a customer to choose which customer group they belong to during registration, no different to what is available to the admin when they choose to register new customers. This can be quite important in instances where you wish to apply different tax rules to different types [...]
Read Post