- Posts: 461
- Thank you received: 36
Wish List trigger events
4 years 6 months ago - 4 years 6 months ago #339965
by joomleb
Wish List trigger events was created by joomleb
-- HikaShop version -- : 4.5.0
-- Joomla version -- : 3.10.6
-- PHP version -- : 7.4.28
-- Browser(s) name and version -- : Chrome
Hi guys,
I'm looking for Wish List trigger events (HikaShop / HikaMarket Multi Vendor) that would be useful to engage customers through AcyMailing (to send emails), Perfect Publisher (to publish on Socials) integrations (for example).
Now, looking into the HikaShop Developer documentation , HikaMarket Developer documentation , this is the only thing I can find about Wish List
Is there any way to Trigger the Wish List events (I add an image for you) ?
At least to be able to trigger separately the "to add to Wish List" / "to delete from Wish List" ?!?
Please, Can you point me on the right Developer documentation / examples ?
-- Joomla version -- : 3.10.6
-- PHP version -- : 7.4.28
-- Browser(s) name and version -- : Chrome
Hi guys,
I'm looking for Wish List trigger events (HikaShop / HikaMarket Multi Vendor) that would be useful to engage customers through AcyMailing (to send emails), Perfect Publisher (to publish on Socials) integrations (for example).
Now, looking into the HikaShop Developer documentation , HikaMarket Developer documentation , this is the only thing I can find about Wish List
Is there any way to Trigger the Wish List events (I add an image for you) ?
At least to be able to trigger separately the "to add to Wish List" / "to delete from Wish List" ?!?
Please, Can you point me on the right Developer documentation / examples ?
Last edit: 4 years 6 months ago by joomleb.
Please Log in or Create an account to join the conversation.
4 years 6 months ago #339966
by nicolas
Replied by nicolas on topic Wish List trigger events
Hi,
A wishlist is stored in HikaShop as a cart.
So in the PHP side, the cart triggers will be called when a wishlist is loaded / modified:
www.hikashop.com/support/documentation/6...umentation.html#cart
The only difference with a cart will be that the $cart->cart_type will be "wishlist" instead of "cart".
A wishlist is stored in HikaShop as a cart.
So in the PHP side, the cart triggers will be called when a wishlist is loaded / modified:
www.hikashop.com/support/documentation/6...umentation.html#cart
The only difference with a cart will be that the $cart->cart_type will be "wishlist" instead of "cart".
The following user(s) said Thank You: joomleb
Please Log in or Create an account to join the conversation.
Time to create page: 0.190 seconds