Greenix Posted February 8, 2016 Share Posted February 8, 2016 How would I show a Hidden product group to an existing customer (signup). Example: I have products only available to a certain ZIP code. So I have to filter buyers through the website and link them directly to the WHMCS (hidden) product for ordering. Once the visitor orders and is a customer, I would like for them to see other products available, like upgrade stuff, etc. Thank you in advance for your assistance!! 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 8, 2016 Share Posted February 8, 2016 How would I show a Hidden product group to an existing customer (signup). how will depend on where you want to do it! using a link in a template page, via the navigation bar, a sidebar link etc ? each would require a slightly different method (all but the first would likely require an action hook). but if you just want to add a link on a template page, then you can just link as usual to the hidden group... <a href="cart.php?gid=9">Click here for hidden product group!</a> I think if a customer has ordered a hidden product, upgrades to that product will be available to them without the need for additional coding. 0 Quote Link to comment Share on other sites More sharing options...
Greenix Posted February 8, 2016 Author Share Posted February 8, 2016 I think that the upgrades option might be the better one to try first. Thanks and I may be back 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.