Page 24 of 202 FirstFirst ... 1422232425263474124 ... LastLast
Results 231 to 240 of 2020
  1. #231
    Join Date
    Sep 2006
    Posts
    38
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Dear Blindside,

    I am having trouble with my batch e-mail notify function of Super Order 2.0 as well and am really eager to see solutions to this problem!

    e-mail options setting:
    SMTPAuth
    LF

    MySQL 4.0.27-standard
    Server OS: Linux 2.6.9999-MIDPHAZED-410a66d10418e44a615e653ff4a8476e
    HTTP Server: Apache/1.3.34 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.10 FrontPage/5.0.2.2635 mod_ssl/2.8.25 OpenSSL/0.9.7a
    PHP Version: 4.3.10 (Zend: 1.3.0)
    Database Host: localhost

  2. #232
    Join Date
    Nov 2005
    Location
    France - Limoges
    Posts
    101
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Hi,

    Does anyons happen to know if Super orders runs smoothly with Dual Pricing. Please let me know if you know !
    If nobody knows, I'll try it out, and try and make them work together if there are troubles and post about it in new thread if anyone is interested...

  3. #233
    Join Date
    Sep 2006
    Location
    Colorado Springs CO USA
    Posts
    516
    Plugin Contributions
    2

    Default Re: Super Orders 2.0

    Are we getting close to a Super Orders 2.0 rev 46?
    www.aspenshopsonline.com - ZenCart 1.3.9h
    www.wilkssupply.com - ZenCart 1.3.9h
    www.un-du.net - ZenCart 1.3.8a

  4. #234
    Join Date
    Apr 2006
    Location
    Labuan Island
    Posts
    361
    Plugin Contributions
    2

    Default Super Orders 2.0

    I just learned that these Super Orders 2.0 cannot edit those products with attributes and same goes to the old mod v1.3...
    Last edited by tajul_ashyqin; 20 Oct 2006 at 09:35 AM.
    [FONT=Comic Sans MS]"Whether you think you can, or you think you can't... YOU ARE RIGHT."[/FONT]
    [FONT=Comic Sans MS]GOOD LUCK !!![/FONT]

  5. #235
    Join Date
    Nov 2005
    Posts
    9
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    hi guys

    i seem to be having an issue with editing orders.

    it seems that the sub-total and the total say the same figure to begin with and then the calculations are done from that point which means the figures are all wrong.

    eg: an order will say sub=20.00 vat=5.00 total=20.00 ( total and vat are correct )
    - then i will edit the order say put a disount of 5.00 in.

    it will then read ( something like ) sub=20.00 vat=3.50 total 23.50

    it has done the sums assuming the origonal sub total was correct.

    maybe its something silly ive missed, and help would be appreciated :)

  6. #236

    Default Re: Super Orders 2.0

    Quote Originally Posted by studmuffin View Post
    hi guys

    i seem to be having an issue with editing orders.

    it seems that the sub-total and the total say the same figure to begin with and then the calculations are done from that point which means the figures are all wrong.

    eg: an order will say sub=20.00 vat=5.00 total=20.00 ( total and vat are correct )
    - then i will edit the order say put a disount of 5.00 in.

    it will then read ( something like ) sub=20.00 vat=3.50 total 23.50

    it has done the sums assuming the origonal sub total was correct.

    maybe its something silly ive missed, and help would be appreciated :)
    just a question, kinda off topic, but how are you guys calculating the VAT totals in your order? and also why? do you pay these before shipping the package overseas? or what?
    I hear alot of people calculating VAT into the total, however im unable to find the option to do so, and also wondering why it is that you calculate the VAT into the total.

    any info would be great.
    Thanks Bud.
    Benjamin
    Super Orders2
    Info at a glance
    export email address
    encrypted master pass
    quick updates
    recover carts
    order Tracking
    Tabbed products lite - admin edition
    Hosted with sashbox.net <- best host around...

  7. #237
    Join Date
    Jul 2006
    Location
    Cleveland
    Posts
    79
    Plugin Contributions
    0

    Re: Super Orders 2.0 Help Error code

    I just install super mode but my test order got this error:

    Warning: create(includes/classes/super_order.php): failed to open stream: No such file or directory in /home/httpd/vhosts/findaflorist.org/httpdocs/sendflowers/includes/classes/order.php on line 621

    Line 621 is
    require(DIR_WS_CLASSES . 'super_order.php');

    Please help !!!

  8. #238
    Join Date
    Jun 2005
    Location
    Kelowna, BC Canada
    Posts
    1,075
    Plugin Contributions
    6

    Default Re: Super Orders 2.0

    just a question, kinda off topic, but how are you guys calculating the VAT totals in your order? and also why? do you pay these before shipping the package overseas? or what?
    I hear alot of people calculating VAT into the total, however im unable to find the option to do so, and also wondering why it is that you calculate the VAT into the total.
    The "why" is easy... its the law.

    Some countries require VAT to be shown included in the price when it is displayed to the customer. It is also required that the VAT be removed at time of checkout for overseas customers.

    I think Germany is like that. I'm pretty sure UK is not. Canada no, netherland yes (?), etc etc.

    - Steven

  9. #239
    Join Date
    Jun 2005
    Location
    Kelowna, BC Canada
    Posts
    1,075
    Plugin Contributions
    6

    Default Re: Super Orders 2.0

    As a follow up...

    Taxes was the reason I originally ditched SO. I promised at one point to fix it, but I never got around to it (still on the list which is why I follow this thread). It did occur to me at one point though... fix it for who? I mean, I can fix it for Canadians and anyone with the exact same taxation rules, but it won't work for Germans for example. Even for Canadians though... I'd be able to fix it for those in British Columbia (we charge federal and provincial tax independently) easy enough, but for those in Novascotia (combined tax) it would be different.

    SO and taxes will always be a problem, unless the logic used in the orders.php process is mimicked exactly. That way, it will use whatever rules the customer defines. Last I checked, that was not the case.

    - Steven

  10. #240
    Join Date
    Jul 2006
    Location
    Cleveland
    Posts
    79
    Plugin Contributions
    0

    Re: Super Orders 2.0 Help Error code

    Quote Originally Posted by gardengate View Post
    I just install super mode but my test order got this error:

    Warning: create(includes/classes/super_order.php): failed to open stream: No such file or directory in /home/httpd/vhosts/findaflorist.org/httpdocs/sendflowers/includes/classes/order.php on line 621

    Line 621 is
    require(DIR_WS_CLASSES . 'super_order.php');



    Please Can Anyone help me with this one !!!
    I disconnected Authorize.net and did COD. No error. I need to get back to Authorize.net

    Please Can Anyone help me with this one !!!

 

 

Similar Threads

  1. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 799
    Last Post: 6 Jun 2024, 07:40 PM
  2. v139h Super Orders v3.0 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1018
    Last Post: 28 Apr 2014, 11:38 PM
  3. RE: Super Orders v3.0 Support Thread
    By Johnnyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Jun 2011, 09:28 AM
  4. Super Orders 2.0 postage marks with Super Orders
    By sketchhgal in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Mar 2009, 03:05 PM
  5. Edit Orders and Super Orders, anyone doing that?
    By swamyg1 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 4 Feb 2009, 06:03 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR