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.
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.
@roberttimmons, no other changes apart from that to get it functional on 1.5.4?
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?
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.
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
Plugin File isCode:return zen_draw_textarea_field($name, false, 60, 5, htmlspecialchars($text, ENT_COMPAT, CHARSET, TRUE));
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.
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