no help here? :'(
no help here? :'(
I am currently running the following:
Zen Cart 1.5.1
Template: Glasgow_neat
Add-ons: USPS_2014_0306_K3
Stamps ShoppingCart Integration Kit
All of my products are priced by attributes only, and do not have a flat price associated to them. When pricing by attributes, I have the following feilds filled in:
Prices and Weights
Price: + 20.00
Weight: 0.16875
Order: 3
One Time: 0.0000
Price Factor: Offset: 0.0000 and 0.0000
One Time Factor: Offset: 0.0000 and 0.0000
When I had Dual Pricing V2.1.1 installed (Removed due to the problem here), in the added TRADE field I had 15.00,12.00,11.00,10.00
All prices showed up correctly for Retail and Wholesale customers....when they added the product to the cart, the cart showed the price as $0.00.
So I figured it was not doing any attribute adding in the cart section. I added a flat price under the Product entry, and the price showed up in the cart (Minus any attribute pricing)
Any idea where I should start looking?
Thanks,
Scott
Ok, just noticed that there are 2 sets of drop down Attributes for the product....If I use the top set item in cart reads $0.00 for both Retail and Wholesale....If I fill in the bottom set and then "Add this to my cart" I get the proper price. What file controls how or where these options are shown (Looks like it may be duplicated somewhere).
Otherwise, it looks like the module is working fine!
The top 2 drop downs are the original, the bottom 2 show up with Dual Pricing installed....When installed only the bottom 2 drop downs operate as they should.
The attributes do not normally display twice on the product page. I'd suggest checking the tpl_product_info_display.php file and either removing the duplicate (best option) or fixing the errors in the second location.
Thanks jeking for pointing me to the correct file, I found the error and all is well now!I know It has probably been asked, but how to disable free shipping for Wholesale accounts?
Thanks again!
Scott
Glad it worked.
I'm not aware of a way to disable Free Shipping. I'm sure it can be done, but hasn't yet.
Looking at the freeoptions.php, I was thinking if we 'if ($_SESSION['customer_whole'] && $_SESSION['customer_whole'] != '0' )' to check the customer and if wholesale then return a false (Same way that it checks to see if the total is > say $50.00). I am in no way a PHP coder, know just enough to be dangerous! But maybe someone on here could figure it out...
Thanks again!
Bookmarks