

Richard Bailey
Members-
Content count
95 -
Joined
-
Last visited
Profile Information
-
Real Name
Richard
- Website
-
Kirod started following Richard Bailey
-
Richard Bailey started following Kirod
-
[contribution] Royal Mail, Parcelforce & Initial Citylink tracking
Richard Bailey replied to chris23's topic in General Add-Ons Support
Any plans for UPS? -
This looks awesome!! Do you haev any screen shots? Any plans to support UPS? Rich
-
I managed to frig the above but now get: Warning: main(includes/functions/downloads_controller.php) [function.main]: failed to open stream: No such file or directory in /var/www/html/includes/functions/general.php on line 1345 Warning: main(includes/functions/downloads_controller.php) [function.main]: failed to open stream: No such file or directory in /var/www/html/includes/functions/general.php on line 1345 Fatal error: main() [function.require]: Failed opening required 'includes/functions/downloads_controller.php' (include_path='.:/php/includes:/usr/share/php:/usr/share/pear') in /var/www/html/includes/functions/general.php on line 1345
-
This is just what I have been looking for, for years!!! Thank you!! When I run: CODE UPDATE `orders` SET `reminder_sent` = `1` I get: CODE SQL query: UPDATE `orders` SET `reminder_sent` = `1` MySQL said: Documentation #1054 - Unknown column '1' in 'field list' Any ideas? Rich
-
Automatic Emails Requesting a Product Review
Richard Bailey replied to a topic in General Add-Ons Support
This is just what I have been looking for, for years!!! Thank you!! When I run: UPDATE `orders` SET `reminder_sent` = `1` I get: SQL query: UPDATE `orders` SET `reminder_sent` = `1` MySQL said: Documentation #1054 - Unknown column '1' in 'field list' Any ideas? Rich -
Does the stock newsletter funct support a mail merge (soz - ive never really used it ie. thank you for purchasing xxx please review it here.... Rich
-
I hope this inappropriate but I see synergies between this proposed contribution and ?RecoverCartSales?. What I propose (I am not a coder unfortunately) is an interface similar to that of unsold carts, but which emails successful customer with a personalised request for feedback/ request for product review in the hope of drawing the customer back in for repeat purchases/ to create review content and SE feed?. What do you think? would this be an easy adaptation/ addition of the RecoverCartSales code base? To the creators and support team!!! ?RecoverCartSales? is the best of the best!!! Brilliant!!! Rich
-
I hope this inappropriate but I see synergies between this proposed contribution and ?unsold Carts?. What I propose (I am not a coder unfortunately) is an interface similar to that of unsold carts, but which emails successful customer with a personalised request for feedback/ request for product review in the hope of drawing the customer back in for repeat purchases/ to create review content and SE feed?. What do you think? would this be an easy adaptation/ addition of the unsold cards code base? To the creators and support team!!! ?Unsold Carts? is the best of the best!!! Brilliant!!! Rich
-
WYSIWYG SPAW EDITOR Support Thread
Richard Bailey replied to osjunkie's topic in General Add-Ons Support
Hi guys - been using SPAW with my OSC for about a year now it rocks... however my main prob is with the customer order comments... Right now they are being written using SPAW but when the customer logs into the site the HTML is not shown... Im sure its simple but I guess what I need to do is either switch off SPAW for the ORder updates or switch on HTML for the customer site coments.... does anyone know how to do either? Cheers in advance!! RIch -
Sweet! Great contrib btw!!! Have a fantastic chrimbo! Rich
-
How about an option to auto email customers 1 week (moth whatever) after they ordered asking them to review the product? This pulls them back into the site and helps generate content.... Rich..
-
WYSIWYG SPAW EDITOR Support Thread
Richard Bailey replied to osjunkie's topic in General Add-Ons Support
Sorry guys stuck my hand up too soon - fixed it :) silly little typo! Rich -
WYSIWYG SPAW EDITOR Support Thread
Richard Bailey replied to osjunkie's topic in General Add-Ons Support
Hi guys, Had been using the old non Geko compatible SPAW for a while... so now trying 2 upgrade for Firefox ;) Followed the install as carefully as possible but get this error whenever I try and visit /admin/ Line 16 is 16 { 17 // checks browser compatibility with the control 18 function checkBrowser() 19 { Anyone got any ideas?! Rich -
Batch Print Center (support thread)
Richard Bailey replied to blurb's topic in General Add-Ons Support
Thanks for the help Shaun but im afraid I had already done that :( (did double check it all again anyway) Rich -
Batch Print Center (support thread)
Richard Bailey replied to blurb's topic in General Add-Ons Support
Im trying 2 install this great looking cont into CRE Loaded but get the following error: 1054 - Unknown column 'o.orders_prefix' in 'field list' select o.orders_id,o.orders_prefix,h.comments,MIN(h.date_added) from orders o, orders_status_history h where o.orders_id in (1,2) and h.orders_id = o.orders_id and o.orders_status = 1 group by o.orders_id Does this mean my database structure dosnt match... Rich