Posted - 06/29/2018 : 06:51:16
On the Product Detail Page improve the Previous and Next links to become "Auto Related" products.
Currently the Previous and Next function has little value beyond simple navigation... provided the user actually sees or understands what <<previous next>> mean.
Rather than just presenting single <<Previous and Next>> Links, instead present for example, the previous 4 products and next 4 products using Images, Titles or both as the Links.
This can be displayed to the customer as for example": "More Choices" or "You may also like" or "Similar Items".
Compared to the current manual "Related Products" implementation:[blue]
This would be a fully automated solution.
That would require zero effort to implement.
Would, by default, only display similar items within the same sub-category
Making it a very targeted Cross-Sell solution.
Would be an "Auto-Related Product" solution
That requires Zero effort to maintain.[/blue]
John
Simple configuration example:
$PreviousNextImages=TRUE; $PreviousNextProducts=4;
If none of these are set then default to existing usage.
|