

Flaggi
Members-
Content count
30 -
Joined
-
Last visited
Profile Information
-
Real Name
Jimmy
-
Gender
Male
Recent Profile Visitors
3,264 profile views
-
Fancier Invoice & Packing Slip for 2.3.1
Flaggi replied to Mort-lemur's topic in General Add-Ons Support
I know that it is over two years since you posted this but i´d like to leave a comment for those like me who just found the addon. Altering the code like you suggested will only send a copy of the mail to the store owner and leave the built in funktion to send copies to alternate mail accounts broken. I´d suggest to comment out the following code instead: if (SEND_EXTRA_ORDER_EMAILS_TO != '') {$ei_message->send(STORE_OWNER, SEND_EXTRA_ORDER_EMAILS_TO, $order2->customer['name'], $order2->customer['email_address'], EMAIL_TEXT_SUBJECT . ' ' . $insert_id); And replace it with: if (SEND_EXTRA_ORDER_EMAILS_TO != '') { tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); This will use the HTML version for customers and text version of the order for copies but send it to all alternative email adresses specified on the admin side. -
jQuery/Ajax Fast checkout/Login/Create account/Shopping Cart/Bootstrap MATC 2.3.3
Flaggi replied to Dr. Rolex's topic in General Add-Ons Support
Anyone who know how to have the box with shipping in the fast checkout to not show until you have selected payment? -
jQuery/Ajax Fast checkout/Login/Create account/Shopping Cart/Bootstrap MATC 2.3.3
Flaggi replied to Dr. Rolex's topic in General Add-Ons Support
I´m lovong your contrib but i´m having a slight issue and i hope you can point me in the right direction. It´s when you get to the fast checkout: If you select shipping and press update before you select and update your choice of payment the radio button "Confirm Order" won´t show and you get stuck. To solve it you have to refresh the page and make shure to select payment first and then shipping (doing it this way always works but its frustrating since the potential customer doesn´t know this :) -
Shutting down this support thread since 2.3.4 is live and i don´t have the time to manage this support thread.
-
Sorry for not responding to the support thread, i´ve been away on a fairly big project and havn´t been able to manage this thread :(Was hoping that the community could help eachother out when i was gone. @@StavrosZ and Mastermix, what OSC version are you running when you get the issue?
-
jQuery/Ajax Advanced Order Handler for osCommerce 2.3.3
Flaggi replied to Dr. Rolex's topic in General Add-Ons Support
I´ve located the problem. As soon as the ot_tax sum gets higher than 999,99 it prints 1 instead of 1000- 259 replies
-
jQuery/Ajax Advanced Order Handler for osCommerce 2.3.3
Flaggi replied to Dr. Rolex's topic in General Add-Ons Support
Im using your contrib. and exept for one db issue its working fine. I´ve altered create order.php to make it work but the problem existed before and shouldn´t have anything to do with that file anyway. When i add some products to an existing order the text field with tax will not update correct. I´m having some problems putting my finger on the issue since it doesn´t happen with all products, only some :wacko: When the problem occurs the ot_tax field in the DB is updated with a low number, usually 1 - 4 nomatter how big the total price of the order is.- 259 replies
-
Looking forward to a possible release. Thanks for the reply
-
Could you release an update that enables show products by category in the scroller or maybe a setting to exclude some categories from the "show all" alternative?
-
I´ve set up a support forum here: http://forums.oscommerce.com/topic/396184-html-mailmanager-osc-2334/ However i have tons of work and might be alittle slow with the responses :)
-
Starting a thread for the mailmanager since there may be some with problems installing it. Addon can be found here: http://addons.oscommerce.com/info/9004
-
Protect Images with Unlimited Images Per Product
Flaggi replied to pwpb's topic in Templates and Images
Just tried this contribution out and one column modification is missing in the package. If you get the mfg_abbrev missing error just run the following code in phpmyadmin: ALTER TABLE manufacturers ADD mfg_abbrev VARCHAR(10)