Results 1 to 10 of 31

Hybrid View

  1. #1
    Join Date
    Apr 2010
    Posts
    40
    Plugin Contributions
    0

    Default Re: Group Pricing Per Item Support thread

    nevermind. I got it to work..Had to modify the group_price_per_item.php in the non admin side. customer changed default group names without telling me.

  2. #2
    Join Date
    Aug 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Group Pricing Per Item Support thread

    @roberttimmons, no other changes apart from that to get it functional on 1.5.4?

  3. #3
    Join Date
    May 2014
    Location
    United States
    Posts
    23
    Plugin Contributions
    0

    Default Re: Group Pricing Per Item Support thread

    The developer i am working with suggests it is foolish for us to self modify since future changes to other modules may not play well with any changes we make, so he wants us to wait for a certified 1.5.4 version. I don't understand fully how all this works. Anyone know if this is being worked on? Is there a way I can encourage the process?

  4. #4
    Join Date
    Oct 2015
    Location
    Amsterdam
    Posts
    12
    Plugin Contributions
    0

    Default Re: Group Pricing Per Item Support thread

    I am using Group Price Per Item (https://www.zen-cart.com/downloads.php?do=file&id=154) which installed nicely (in zencart 1.5.4).

    I created groups in the admin panel (Admin Panel -> Customers -> Group Pricing). For instance:
    Group Name: "Group A" Percentage Discount: "10%"
    Group Name: "Group B" Percentage Discount: "20%"
    Group Name: "Group C" Percentage Discount: "30%"
    Group Name: "Group D" Percentage Discount: "40%"

    And assigned groups to customers (Admin Panel -> Customers -> Customers > "Discount Pricing Group")

    Trying to edit a product in my catalogue I now see 2 new extra price fields for each 'Per Item' group you've created. As follows:

    Tax Class: 21%
    Products Price (Net): 82.6446
    Products Price (Gross): 100

    Group A Price (Net): 0.0000
    Group A Price (Gross): 0
    Group B Price (Net): 0.0000
    Group B Price (Gross): 0
    Group C (Net): 0.0000
    Group C (Gross): 0
    Group D Price (Net): 0.0000
    Group D (Gross): 0

    However the discount per item group are not automatically calculated. All is set to 0.

    I would like the Discount % that I added to these groups in Admin Panel -> Customers -> Group Pricing to be caclulated automatically as this would save precious time seeing that I expect 10.000 products in my store. So in this case automatically generating:

    Group A Price (Net): 74.3802
    Group A Price (Gross): 90
    Group B Price (Net): 66.1157
    Group B Price (Gross): 80
    Group C (Net): 57.8512
    Group C (Gross): 70
    Group D Price (Net): 49.5868
    Group D (Gross): 60

    Did i do something wrong or can this module only provide the fields and do i have to input the prices manually (eventhough I have given the % Discount per group)?

    Thanks in advance!

    kind regards

    P.S. also a nice to have: I'd like includes/templates/template_default/templates/tpl_product_info_display.php to display the retail price including tax (my store default is set to show prices incl tax). It now shows RETAIL price without tax making retail seem cheaper in some cases.

  5. #5
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: Group Pricing Per Item Support thread

    Quote Originally Posted by digyourownhole View Post
    I am using Group Price Per Item (https://www.zen-cart.com/downloads.php?do=file&id=154) which installed nicely (in zencart 1.5.4).

    I created groups in the admin panel (Admin Panel -> Customers -> Group Pricing). For instance:
    Group Name: "Group A" Percentage Discount: "10%"
    Group Name: "Group B" Percentage Discount: "20%"
    Group Name: "Group C" Percentage Discount: "30%"
    Group Name: "Group D" Percentage Discount: "40%"

    And assigned groups to customers (Admin Panel -> Customers -> Customers > "Discount Pricing Group")

    Trying to edit a product in my catalogue I now see 2 new extra price fields for each 'Per Item' group you've created. As follows:

    Tax Class: 21%
    Products Price (Net): 82.6446
    Products Price (Gross): 100

    Group A Price (Net): 0.0000
    Group A Price (Gross): 0
    Group B Price (Net): 0.0000
    Group B Price (Gross): 0
    Group C (Net): 0.0000
    Group C (Gross): 0
    Group D Price (Net): 0.0000
    Group D (Gross): 0

    However the discount per item group are not automatically calculated. All is set to 0.

    I would like the Discount % that I added to these groups in Admin Panel -> Customers -> Group Pricing to be caclulated automatically as this would save precious time seeing that I expect 10.000 products in my store. So in this case automatically generating:

    Group A Price (Net): 74.3802
    Group A Price (Gross): 90
    Group B Price (Net): 66.1157
    Group B Price (Gross): 80
    Group C (Net): 57.8512
    Group C (Gross): 70
    Group D Price (Net): 49.5868
    Group D (Gross): 60

    Did i do something wrong or can this module only provide the fields and do i have to input the prices manually (eventhough I have given the % Discount per group)?

    Thanks in advance!

    kind regards

    P.S. also a nice to have: I'd like includes/templates/template_default/templates/tpl_product_info_display.php to display the retail price including tax (my store default is set to show prices incl tax). It now shows RETAIL price without tax making retail seem cheaper in some cases.
    I actually do not see it working this way. You seem to be expecting to see a % off across the board. However, if you look at the database, There are new columns in the Products table for these Group Prices and they are in fact blank. If you want to apply a % off initially, the best solution would be to run a SQL update statement on the database. WARNING: this is not for the squeamish and you should test this on a copy of your database first.

  6. #6
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: Group Pricing Per Item Support thread

    I am installing this plugin on v1.5.1


    I see an odd difference between the distribution files and this plugin that I cannot explain

    Distro File is

    Code:
        return zen_draw_textarea_field($name, false, 60, 5, htmlspecialchars($text, ENT_COMPAT, CHARSET, TRUE));
    Plugin File is

    Code:
        return zen_draw_textarea_field($name, false, 60, 5, htmlspecialchars($text, ENT_COMPAT, CHARSET, FALSE));

    Which one do I use? The plugin code does not "look" like a plugin mod but maybe an older version of ZC? 1.5.0?

    My Winmerge comparison is showing that the files modified by this plugin are the same files modified by Numinix Product Fields and FEC. So if you use these you need to do detailed checks.

  7. #7
    Join Date
    Mar 2015
    Posts
    28
    Plugin Contributions
    0

    Default Re: Group Pricing Per Item Support thread

    I'm trying to install this plugin on a 1.5.4 site.

    Most of it is working as I want, but when I am logged in as a customer with a discount, add a product to my cart, then the prices in the shopping cart show the normal price, not the discounted price.
    The normal price is also the price you see when I continue with the checkout.
    The correct discounted price is shown on the product page and on the product listing page from the category the product belongs to.

    Other plugins which may influence the price:
    - Vat mod
    - inc ex taxes (it doesn't matter what I set this to)

    Is there something I forgot to do? Does anyone know how to solve this?

    Thanks

 

 

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. How to make an item Free in Group Pricing (Per Item)?
    By lyricwings in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 2
    Last Post: 1 Sep 2008, 09:41 PM
  3. Group Pricing (Per Item)
    By TCarter in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 7
    Last Post: 2 Jul 2007, 02:26 PM
  4. Group pricing per item
    By luomu in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 3
    Last Post: 10 Feb 2007, 08:45 PM

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