- Posts: 1
- Thank you received: 0
Purchase Order plugin
11 years 6 months ago #196070
by tnjr65
Purchase Order plugin was created by tnjr65
-- HikaShop version -- : 2.4.0
-- Joomla version -- : 2.5.14
-- PHP version -- : 5.3
-- Browser(s) name and version -- : Firefox
-- Error-message(debug-mod must be tuned on) -- : None
Is it possible on checkout to have the Purchase Order option only available to a customer who has been through a credit check? ie. after credit check, change a user group status which allows the Purchase Order option
-- Joomla version -- : 2.5.14
-- PHP version -- : 5.3
-- Browser(s) name and version -- : Firefox
-- Error-message(debug-mod must be tuned on) -- : None
Is it possible on checkout to have the Purchase Order option only available to a customer who has been through a credit check? ie. after credit check, change a user group status which allows the Purchase Order option
Please Log in or Create an account to join the conversation.
11 years 6 months ago #196098
by Xavier
Replied by Xavier on topic Purchase Order plugin
Hi,
You can indeed restrict "Purchase order" method to a specific user group.
But to set a user group if the customer pay with a specific payment method, there is no options for that by default in HikaShop.
If you have PHP knowledges, everything can be possible. The creation of a plugin based on the function "onBeforeOrderUpdate(&$order,&$do)" could do the job, if you check the payment method and if the order is confirmed, so change the user group.
Here is the documentation related on the plugins:
www.hikashop.com/support/support/documen...mentation.html#order
ps: if you are not a developer, you can still post a request in the commercial jobs section of this forum.
You can indeed restrict "Purchase order" method to a specific user group.
But to set a user group if the customer pay with a specific payment method, there is no options for that by default in HikaShop.
If you have PHP knowledges, everything can be possible. The creation of a plugin based on the function "onBeforeOrderUpdate(&$order,&$do)" could do the job, if you check the payment method and if the order is confirmed, so change the user group.
Here is the documentation related on the plugins:
www.hikashop.com/support/support/documen...mentation.html#order
ps: if you are not a developer, you can still post a request in the commercial jobs section of this forum.
Please Log in or Create an account to join the conversation.
Time to create page: 0.177 seconds