andrewposa
Member
Posted 9 months ago #
Hello,
I need some assistance with inserting API functionality to a web site I am designing. It's an e-commerce site and when an authenticated user logs in, prices change. Actually even simpler, the link points to another page.
Is there a plug-in or link that someone could provide for this. The site where I authenticate from has provided me the PHP code, I just don't know how to apply it or if required make it my self.
Any advice appreciated.
Anders
Member
Posted 9 months ago #
What is powering your e-commerce site? Being able to change the prices dynamically will vary in complexity from one e-commerce system/plugin to the next. Unless I'm misunderstanding your question.
andrewposa
Member
Posted 9 months ago #
Hello Anders,
Thanks for the reply.
Actually, it is less complicated than that. Example, if selecting item X, when a member is logged in item-x-member-price.php/html appears rather than item-x-guest-price.php/html.
It's like an IF statement on a hyperlink.
Thanks
Andrew.