By tung_ct on
Can somebody tell me how to display products have near price with current product displayed?
For exam I have a product has price is 50$ , so I want create block(using view) to display others products have price(51$ or 49$) 50+-1 $,
how to do that? thank in advance!
Comments
I made one view on my site
I made one view on my site for your requirements. I have drupal 7, ubercart 2.10, views 3, views_php modules
My view creates a block.
The view is
You need to configure the block and add a php filter for show on which page and add code as
so that you will be shown the block only on the product pages
You can import the above view code on your site once you have required modules installed, configure the block and assign it to a region and your task is done.
Hth,
Sadashiv.
Thank you so much !
I will try it Sadashiv!