Thanks, twitchtoo, talking about making it simple for me!!!
Printable View
Thanks, twitchtoo, talking about making it simple for me!!!
and one more question. The reason for all this is putting the multisite mod in play and I've gotten all issues worked out except one that seems to be a killer on this site that is live.
Sales! She has independent sales - different ones in different sites. No dual pricing for sales in this mod. Twitchtoo, anything in your mods?
The stock ZC Specials and SaleMaker work with the Twitch WS module yes, however I wonder if what you are referring to is more like this recently proposed 'wishlist' update...
http://www.zen-cart.com/showthread.p...95#post1277195
Yes? No?
Got it. Unfortunately, it turns out she has a wholesale and a retail site. They have been totally separate before. She actually has sales for her wholesale customers - really good sales. Now that both sites are together, those sales give the retail customer pricing that's not sustainable. I am going to advise her to go back to 2 sites or change her sales strategy.
I run zen 1.5.4 with the dual pricing module. On my wholesale invoice it shows tax zero (should be 14%).
It do not add tax to the product price on the invoice but it does add the correct tax to the grand total.
What is also strange is that it does add tax to shipping fee.
The first screen shot below is an invoice of wholesale client and the second is the same product on a normal client
http://www.4x4direct.co.za/zen-errors/dual-1.PNG
http://www.4x4direct.co.za/zen-errors/dual-2.PNG
Hi,
i'm trying to hide some attributes from the product info page when someone is logged as Wholesaler.
Let me explain shortly, almost all of my products have 5 attributes (or so) one explample should be seen here:
http://www.viaincenso.com/index.php?...products_id=61
(It's a test site)
As you can see there are 5 option You can choose, i need the 50grams and the 150grams to be hide if the customers is a wholesaler.
What i thought is to add a filed to the database table products_attributes, for example a field called reatail_only with a default value of 0.
In the display section of the product info page it should check (as it already do for the price) if you are a wholesaler and if you are, it should only show attributes if the value of the retail_only is 0.
In this way I should be able to manage which attributes of every product I want a wholesaler to be able to see and choose...
Would it work or am I not in the right direction? If it Would work should i modified the tpl_product_info_display.php or the tpl_modules_attributes.php or else?
Thanks for any clue :P
This...
https://www.zen-cart.com/showthread....Control-Switch
...you need for Attributes.
Which is possible... but not coded in php yet.
Unless you want to hack it with html/CSS/java?
Thanks twitchtoo for the answer,
Yes You are right, i need something similar but on a Attributes level. I would try to code it but need some help in understanding if my idea is right or just a waste of time...
The idea of hacking it using css is very interestig but I really dunno how to go by it :D so I would really need help.
p.s. This kind of "function" seem quite important to me, it seems strange i didn't find any other request of this kind.... :blink: the only answer that came to my mind is that this is done using css as You suggested...