Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

hooman

Archived
  • Posts

    43
  • Joined

  • Last visited

Posts posted by hooman

  1. Re: the total is not calculated correctly

     

    Hello,

     

    I have read this entire thread and could not find answers to this problem. I have installed this contribution correctly and have tried various sort orders for the Order Total but it seems that it cannot correctly calculate the order totals. I am using the Canadian Tax contribution but when a flat rate shipping is setup, it messes up the totals.

     

    Here is what I get when I try to check out:

     

    Item Price: $99.50

    Discount Coupons: 15% discount: -$14.93

    Sub-Total: $99.50

    GST ( 6% ): $5.97

    PST ( 7.5% ): $7.91

    Flat Rate for Zone 1 (Best Way): $10.00

    Total: $109.10

     

    Now here are two issues: 1. The taxes are calculated on the original amount not the discounted price and 2. The final total is incorrect with or without taxes being calculated on original or discounted price

     

    What we SHOULD ideally get is the following:

    1. Taxes are calculated based on Original Price

    Item Price: $99.50

    Discount Coupons: 15% : -$14.93

    Sub-Total: $84.58 <<<< needs to show correct subtotal

    GST ( 6% ): $5.97 <<<< even if you leave the taxes as is the final total is incorrect

    PST ( 7.5% ): $7.91

    Flat Rate for Zone 1 (Best Way): $10.00

    Total: $108.46 <<<<< Adding the above figures should equal 108.45 NOT 109.10

     

    2.Taxes are calculated on Discounted price

    Item Price: $99.50

    Discount Coupons: 15% : -$14.93

    Sub-Total: $84.58

    GST ( 6% ): $5.07

    PST ( 7.5% ): $6.72 <<<< PST = 7.5% of the total of GST + subtotal

    Flat Rate for Zone 1 (Best Way): $10.00

    Total: $106.37

     

    In either case, the total is much different from what the osc currently calculates. Any help would be much appreciated.

     

    Thanks.

  2. Hi

    Great contrib, but really need price breaks...

    Anyone done this?

    Have looked thru forum and can find no satisfactory answer

     

    All help gratefully received.

     

    Ian

    Hi, has anyone tried quantity price break contribution with total B2B? I have Total B2B installed along with few other contributions and when tried to add Quantity Price Break, I noticed many of the codes that need to be modified have already been changed by TotalB2B.

    I am mainly looking to implement quantity blocks so users have to order a minimum quantity of the product.

     

    Thanks

  3. tep_show_category() is in your shop code twice, or possibly the file it is in is included twice.

    in the basic osC shop it is defined in:

    \catalog\includes\boxes\categories.php

    you can add this around the function in that file and it will only allow the shop to load the function once. this will not actually fix the original problem, but merely fix the symptom.

     

    if (!function_exists(tep_show_category)) {
    
     function tep_show_category($counter) {
    ... etc
     }
    
    }

     

    Surfalot, Could you please tell me what is the correct code to fix the redelare error. I am assuming "...etc" is not a vaild code. My site has heavy modifications and tep_show_category is already declared in the header.php file. How can I make it not redelare in categories.php file

     

    Thank you in advance

  4. Thanks Vger.. I got 1 issue resolved. Now the box appears but I still get the following error:

     

    Fatal error: Cannot redeclare tep_show_category() (previously declared in /home/fragola/public_html/includes/header.php:342) in /home/fragola/public_html/includes/boxes/categories.php on line 13

     

    It seems that many other contributions have this issue. Should I remove the tep_show_category linesince it already exists in header.php?

     

    thanks

  5. Ok.. I finally installed the CCGV(trad) contribution. However I am experiencing a number of issues and would appreciate some help in resolving them. My knowledge is php is very limited.

    thank you in advance!

     

    issue 1:

    Once I email a Gift Voucher, and the link is clicked, I get the following error:

     

    Fatal error: Cannot redeclare tep_show_category() (previously declared in /home/fragola/public_html/includes/header.php:342) in /home/fragola/public_html/includes/boxes/categories.php on line 13

     

    issue 2:

     

    In admin panel, I created a discount coupon. But the discount box never shows up in the cart before checking out.

     

    Please feel free to see the script in action at http://fragola.ca

    I have set up a test user account with following info:

     

    email: [email protected]

    pass: testing

  6. recommendation needed for CCGV(trad) vs Credit Class and Gift Voucher

     

    I posted this question on the main forum but I think I will get a better response here..

     

    I would like to install an eCoupon contribution as well as ability for users to buy gift certificates and mail them to their gift recepients.

     

    I also have the new Paypal IPN contribution istalled.

     

    I was wondering if anyone who has used both of the gift voucher and discount coupon contributions could recommend one over the other.

     

    Also I would appreciate if u could put a link to your site or upload a screenshot.

     

    Many thanks in advance

  7. Hi,

     

    I would like to install an eCoupon contribution as well as ability for users to buy gift certificates and mail them to their gift recepients.

     

    I also have the new Paypal IPN contribution istalled.

     

    I was wondering if anyone who has used both of the gift voucher and discount coupon contributions could recommend one over the other.

     

    Also I would appreciate if u could put a link to your site or upload a screenshot.

     

    Many thanks in advance

  8. great contribution!

     

    Is there a package that does not contain the OSC files and only has the Registry contribution? I had a clean install of MS2 and the files included in the registry's zipped package overwrites the working files.

     

    I would appreciate having just the needed files to set this contribution up.

     

    thanks

  9. Here is the fix that Tom helped me with.. I have zipped it up and you can download it from http://ftagurus.com/printablecat_fix.zip put the 2 catalog_product files in the catalog directory and the other files in the "includes" directory. Let me know if it works.

     

    Thanks

    H.

     

    Hi,

     

    I am going crazy. I apologize by I do not understand what do you mean by the above statement. I have them same exact problem using the STS template system and desprately need this issues resolved. Is it possible to post how tio fix this problem.

     

    Thanks a great deal

  10. Hi.. I have installed this and have same problems as others earlier that the page comes out BLANK.

     

    Finally this issue is resolved thanks to Tom St.Croix who did the contribution. He was kind enough to trouble shoot my problem and realize that it was caused by STS template system..

    He pointed the printable catalog php file to point to default files header.php footer.php application_top.php and application_bottom.php before the STS mod was installed

     

    You could see a demo of the fixed files on http://www.scrapmode.com/osc/catalog/catal...images_full.php

     

    Thanks for a great job Tom!

  11. Thanks for your input Jan..

    to be more clear about what I need, I have put it into a flowchart

     

    its for a conference sponsorship and exhibition where users will come in, pick a sponsorship level, and based on level of sponsorship, they get a discount on price of booths. Purhaps I could force them to register first and select a sponsorship as a dropdown in the user info form.. and based on their selection, have OSC associate them to the user group.. then set up multiple pricing using Seperate Pricing per customer

     

    a little too complicated as I am not a PHP programmer and only follow instructions in readme of contributions ;-)

  12. Hi..

    I have been trying to see if there is a contribution that would meet our needs.

     

    The issue is this:

     

    I would like to setup a shop where users select a membership (paid) level once they sign in and based on what membership level they have, they get certain discount on some items.

     

    For example: user selects to pay for a Gold, Silver or bronze membership. Each membership would be therefore treated as an item and the price of membership would be added to the cart.

     

    Then if they have picked (or if Gold membership exists in their cart) they would be entitled to a 20% discount on some items.. if they picked Silver, they would get 10% discount on some items ...etc

     

    The big difference I have seen in looking at the existing contributions is that a user cannot pick which "discount group" they would like to be in. It is always ADMIN's job to go in manually and associate a user to a discount group.

     

    If anyone has any suggestions on how to tackle this problem, I would appreciate hearing from you.

     

    Thanks

  13. Hi,

    I am looking for exact same functions. However I am one step behind you. May I ask what contribution you used for this already? The subtotal seems right but I see the incorrect grand total.

    I am looking for a contribution or a fix where users can buy (or just add to cart) a certain membership level and then other products that they add to cart will have certain discount percentage associated to it.

     

    Thanks

     

     

    Hi, I have this website that sells membership, the membership is bought through oscommerce and they can get 1 of 4 levels (standard, standard plus, silver and gold)

     

    NOw the client wants to offer these members discounts on certain products only and a different percentage for each level of membership.

     

    For example:

     

    standard member gets 5% off on a certain book

    the gold member get 15% off on the same book.

×
×
  • Create New...