Elxis CMS Forum

Extensions => Components => Topic started by: sophocles on November 05, 2010, 13:20:54

Title: IOS Ehop; wishlist(?) for checkout option
Post by: sophocles on November 05, 2010, 13:20:54
Hi,

I don't know if that is possible within the running version of IOS Eshop, but it would be nice to have the following option.

Suppose a client reaches the checkout section.
It would be nice to propose to him at that very moment, a special offer for a product of our choice.
The choice of the product would be based on the item(s) in the basket and/or the total value of the order.


Title: Re: IOS Ehop; wishlist(?) for checkout option
Post by: CREATIVE Options on November 05, 2010, 14:00:39
It can be created with a module.
Title: Re: IOS Ehop; wishlist(?) for checkout option
Post by: sophocles on November 06, 2010, 11:38:51
I suppose that this needs special programming skills. Are there any "tutorials" for this?
Title: Re: IOS Ehop; wishlist(?) for checkout option
Post by: CREATIVE Options on November 06, 2010, 12:37:00
There is not any tutorial.
Anyone who know PHP (Read & Write) he can do anything.
Title: Re: IOS Ehop; wishlist(?) for checkout option
Post by: sophocles on November 06, 2010, 19:46:40
Can you give me any guidelines; hints to start?
It would be very nice, if I could contribute to the community of Elxis; as an add on for IOS Eshop.
Title: Re: IOS Ehop; wishlist(?) for checkout option
Post by: CREATIVE Options on November 06, 2010, 20:27:35
Guidelines ?
It would be very general:

First you have to find a way (in your mid) how to show similar products.
1. Other user also buy
2. from Tags
3. filtering the title
4. or from additional information

Then when you have find your data
(example user1 has bought the products: A21 with B98 and C54 and the user2 has bought K90, B98, T45) you have a hint the product B98 has been bought 2 times and now if your user will bought A21 or C54 or B98 or T45 you have one common product then the suggested product will show)


This is only one case, with out getting into the coding side.