Page 10 of 13 FirstFirst ... 89101112 ... LastLast
Results 91 to 100 of 123
  1. #91
    Join Date
    Apr 2009
    Posts
    155
    Plugin Contributions
    1

    Default Re: Online Group Pricing

    I'm not sure how the wholesale pricing mod works, i.e. if it's product- or customer-based, as I've never had it installed at my store, but, yes, you could absolutely use OGP to offer wholesale pricing to a group of wholesale customers.

    HTH! :)
    [FONT="Verdana"]If you want something done right, you have to get Zenned.
    ♥~-My Zen Cart Mods-~♥[/FONT]

  2. #92
    Join Date
    Sep 2008
    Posts
    397
    Plugin Contributions
    0

    Default Re: Online Group Pricing

    What happen if do Zen upgrade after installing this mod? Do I need to re-install or edit this mod again?

  3. #93
    Join Date
    Apr 2009
    Posts
    155
    Plugin Contributions
    1

    Default Re: Online Group Pricing

    What happens with other mods you've installed? ;)

    Of course you would overwrite any changes you've made or mods you've installed if you upgrade by simply uploading a new file set. Once your installation is no longer "stock," the best thing to do is merge, merge, merge. And use your override directory whenever possible.

    Personally, I keep a folder of modified Zen files on my computer so I know what needs attention when it's upgrade time.
    [FONT="Verdana"]If you want something done right, you have to get Zenned.
    ♥~-My Zen Cart Mods-~♥[/FONT]

  4. #94
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Online Group Pricing

    Is their a way to exclude a product_type say document_product from OGP.

    Thanks in advance!

  5. #95
    Join Date
    Sep 2008
    Posts
    397
    Plugin Contributions
    0

    Default Re: Online Group Pricing

    As I understand, online group pricing is based on assigning different level of group of customers/members to receive the discounts.

    Is this possible to set up quantity discounts for all buyers?

    Is this can be worked with Group pricing addon?

    If yes, is it possible to setup quantity discount with option by fix amount and % on shipping cost only? instead of on product.

    I am not yet using this online group pricing addon, sorry for the questions maybe already answered previously.

    Thanks in advance.

  6. #96
    Join Date
    Sep 2004
    Location
    Southern Oregon
    Posts
    27
    Plugin Contributions
    0

    Default Re: Online Group Pricing

    I just installed your mod - great btw. But have some tweaking I need to do in order to meet what the client wants.

    If a customer is in one of the discount groups, I need to hide the retail price & the "you saved..." lines. What do I need to comment out, modify to do that? I've dug into the modules/mine/product_listing.php page & am not seeing enough recognizable.

    :) Christy

  7. #97
    Join Date
    Jun 2011
    Posts
    14
    Plugin Contributions
    0

    Default Re: Online Group Pricing

    Hey thanks in advance for your help... I have been posting in another thread chasing my tail to figure out how to use salemaker OGP and attributes together. Here is the issue as it is boiled down.

    I have salemaker set for 40% off for all items.. If i set items so the Product Priced by Attributes: is NO it works just fine for customers who do not have a pricing group. I am using online group pricing to set discounts on all items for wholesale customers. Is there a way to get it not to apply the group pricing discount to the attribute.....

    i.e. right now if i give the customer the setting of wholesale group it replaces the 40% off for everyone with 50% off for the wholesale group but it then discounts the attribute with 50% off even though it is set with The Onetime Attribute marked:
    Apply Discounts Used by Product Special/Sale: NO

    This is my hurdle.... is there any way to fix the OGP mod to acknowledge the Apply Discounts Used by Product Special/Sale: NO set on the attribute...

  8. #98
    Join Date
    Apr 2009
    Posts
    155
    Plugin Contributions
    1

    Default Re: Online Group Pricing

    Hi, nsupport!

    The sale wouldn't be discounting the attributes and one-time charges if they're being discounted 50%, at least based upon the figures you gave. Your group discount is 50% and your sale is running at 40%. That would be OGP doing its attribute job, not an admin setting or anything to do with salemaker.

    So, if you're using onetime charges and don't want them discounted with OGP, try commenting out line 1270 of includes/functions/functions_prices.php, like this:

    PHP Code:
    // BOF TONI OGP
    //$attributes_price_final_onetime = zen_display_group_pricing($attributes_price_final_onetime, $qty=1);
    // EOF TONI OGP 
    Let me know if the above doesn't do the trick. Onetime charges are also included in the final attribute pricing function, which I can look at in more detail later today.

    Hope this helps! :)
    [FONT="Verdana"]If you want something done right, you have to get Zenned.
    ♥~-My Zen Cart Mods-~♥[/FONT]

  9. #99
    Join Date
    Jun 2011
    Posts
    14
    Plugin Contributions
    0

    Default Re: Online Group Pricing

    I commented out that line to no avail.... On the item before adding it to the cart it looks correct. see below.


    Here is what is says on the item:----------

    Deluxe Brushed Gold Black Liner 30X40
    * One time charges may apply
    Retail Price: $108.30
    Your Price: $54.15
    Save: 50% off
    Model: B30X40BG-B

    Handling Surcharge
    Oversized Best Way *$20.00

    * One time charges may apply

    Here is what it adds to the cart:----------

    Deluxe Brushed Gold Black Liner 30X40 $54.15
    Handling Surcharge - Oversized Best Way $10.00

    So even though the attribute is set to not apply discounts:

    Apply Discounts Used
    by Product Special/Sale: No

    the group still receives a discount on the attribute which is a handling surcharge that i never want discounted...

    Thank you for your prompt response....

  10. #100
    Join Date
    Apr 2009
    Posts
    155
    Plugin Contributions
    1

    Default Re: Online Group Pricing

    Next thing:

    Comment out line 1087 in includes/classes/shopping_cart.php, like this:

    PHP Code:
    // BOF TONI OGP
    //$attributes_price_onetime = zen_display_group_pricing($attributes_price_onetime);
    // EOF TONI OGP 
    Let me know what happens. :)
    [FONT="Verdana"]If you want something done right, you have to get Zenned.
    ♥~-My Zen Cart Mods-~♥[/FONT]

 

 
Page 10 of 13 FirstFirst ... 89101112 ... LastLast

Similar Threads

  1. online group pricing vs group pricing per item working with sale maker
    By giftsandwhatnot in forum Addon Payment Modules
    Replies: 1
    Last Post: 24 Oct 2011, 09:22 AM
  2. Online Group Pricing
    By high2K in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 25 Oct 2007, 12:12 PM
  3. Online Group Pricing
    By flightoffancy in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 27 Jul 2007, 09:21 PM
  4. Who is online...side admin vs online group pricing mod
    By csfound in forum General Questions
    Replies: 8
    Last Post: 18 Jul 2007, 04:27 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