Jump to content



Latest News: (loading..)

sportstolen

Member Since 16 Jun 2010
OFFLINE Last Active Nov 08 2012 10:17 PM
-----

Posts I've Made

In Topic: [discuss] I am sick of hearing about one page/single page checkout

29 September 2012 - 04:47 PM

Many times when i shopping online i want to view the cart and see what payment methods is availible and how they can ship the products to me, if i need to login/create a account i will press the back button in the browser and shop somewhere else...

Probably this is different around the world, but here in sweden one page checkout with guest shopping is one of the higher priorities when some choose an ecommerce..

In Topic: v2.4 Cleanup and Minimum PHP Requirement

27 September 2012 - 07:37 PM

View Posttoyicebear, on 27 September 2012 - 02:28 PM, said:

Simple solution..make an easy to use export/import tool for "migrating' important info (customers,orders,products,categories) from a 2.2 shop to a 2.3+ shop....

This can even be made as an add-on, by a "concerned" guy like yourself........


Is this so simple?

How many extra pictures modules are there? Can you export this with one migration module?

If you cant catch all the pictures there is a massive job to put it in manually..

In Topic: v2.4 Cleanup and Minimum PHP Requirement

26 September 2012 - 07:13 PM

A real one page checkout with guest checkout would be competitive...

The standard checkout process are making me sick..

In Topic: (AC) (BUG) Sanitize Parameters update from 2.2

05 June 2012 - 07:07 PM

i´ll try another then,

$email_order=ereg_replace("[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]","<a href=\"\\0\">\\0</a>", $email_order);

How can i make this preg_replace instead?