Elxis CMS Forum
Extensions => Components => Topic started 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.
-
It can be created with a module.
-
I suppose that this needs special programming skills. Are there any "tutorials" for this?
-
There is not any tutorial.
Anyone who know PHP (Read & Write) he can do anything.
-
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.
-
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.