Search the Community
Showing results for tags 'product display'.
-
Hello Prestasians, We are introducing a fantastic module for you. You know that the Customers or visitors cannot go to the next and previous products from one place. This problem gives a bad user experience to your customers, which causes them to lose potential customers from your website. We have created a solution to get rid of this problem. Classy Quick Product Navigation Module for PrestaShop is the best module that helps to navigate and display the next and previous products from the PrestaShop product details page. Customers will quickly find and watch the next and previous product from navigations. Lets see the example of this module You can show products, product titles and both. Visitors will see the product image with title after hovering the navigation icon. KEY FEATURES: Show navigation for All Products 2 Different Layouts Ability to display Image,Text and Both Easy to Navigate Lightweight Module Easy to Use Easy to Customize Custom CSS Color Customization Options UX optimized Lifetime Updates Premium Support Installation Requirements: PHP version 7.2 or greater PrestaShop version 1.7.x or above 👇👇 GET THE MODULE FROM HERE Classy Quick Product Navigation LIVE DEMO Please feel free to leave your feedback. We are waiting for your valuable feedback. 😃 Cheers, ClassyDevs Team
-
- products
- single product page
- (and 9 more)
-
Hi, I have a french multi-store website with 1000+ products. I am using 1.6.x version of prestashop since 9 months. Problem is, the product display for a selected category is not working. For example, a category has 230 products and initially 10 products are displayed in the page. I change the "lister" value in the dropdown to 20 and 20 products are displayed. But, when I change the display value to 50, page still displays 20 products. I change the value to maximum, i.e., 230 and yet, only 20 products are displayed. In my back office, I have set the minimum display to 10 products. I found that the source is present in nbr-product-page.tpl But I am not sure what I have to modify to get it working. Here is my Website : http://www.maxihalalmarket.com/fr Steps to reproduce - Expand the category "Epicerie" > click on the sub category "Epicerie Fine". > 10 products are displayed > choose the value 50 from the dropdown, lister > only 20 products are displayed I really appreciate any kind of help as I am stuck on this since a week and not sure what I have to modify.
-
- nbr-product-page
- category
- (and 6 more)
-
Hi Everyone. Hope someone can help with this issue. My website sells over 3000 sex toys and lingerie and I want to dislpay my products randomly on all pages. I've seen modules available to buy but they all seem to offer randomising the display of products but only on the home page of featured products. I need this on all categories and subcategories. Does anyone have any idea how I can get all my products throughout my website to be displayed in random order? Thanks in advance
-
This is probably a ridiculous question, but I am new to PS. Anyway, I am not sure how to display products on the home page, based on category or not, doesn't really matter. I am totally ok with working with templates and such, but m thinking there is likely a module config. thanks.
-
Hi,another problem , when I click on product, it doesnt open it just shows blank white page. http://rumapromet.rs/index.php?id_category=20&controller=category&id_lang=2 Does anyone have idea what seams to be the problem
- 2 replies
-
- product display
- problem
-
(and 1 more)
Tagged with:
-
Customer seeks to display particular products based upon a particular liking. I did not find any type of drag-n-drop functionality so I have been selecting PRODUCTS, then filtering by category and then the resulting list of products are pick-n-choose, by slowing moving up or down using the up and down arrows to manipulate the position of each product in the category. Even that does not change the position of the product on the front-end until I visit each product and resave it to push it up so it shows up first on the front-end. Aside from my slow-poke method above, is there a way to quickly drop-n-drag products on the back-end and avoid having to revisit each product to resave each newly positioned product and get each product to quickly display in a particular order when viewing on the live website? PRESTASHOP 1.5.3.1 doesn't offer a prompt drag-n-drop functionality for these purposes as best I can tell. Any solutions to speed this task up?
-
I have been working through bumping up my googleness and found that google wasnt really displaying my products like I wanted since the template I use isnt real google friendly for general organic searches. I noticed some sites had the prices and other things right in the listing and then ran across Rich Snippets which basically tells google the basic product information which they then display in a much more pleasant way. Here is the how-to link at google help.. notice the search listing image at the top..yea..thats the stuff. https://support.goog...n&answer=146750 So basically you take your theme/product.tpl and insert the google special sauce within the tags. You start by wrapping the whole product info area with a special div..like this.. <div itemscope itemtype="http://data-vocabulary.org/Product"> ..all your product info yada yada yada </div> Then, you dig around for the info you want to include like the product name, price, description, image, etc.. and **insert** some tags so google can read it..like this.. <h1>{$product->name|escape:'htmlall':'UTF-8'}</h1> becomes <h1 itemprop="name">{$product->name|escape:'htmlall':'UTF-8'}</h1> So you make your way down the product.tpl inserting the specific tags inside your divs and spans or any tag apparently since the H1 worked for me as well. Once you get it the way you want, you can test it in their spiffy little tool by doing a view source and pasting the whole mess here.. http://www.google.co...ls/richsnippets And it will show you what your markup will look like in a search listing. It wont show up immediately as they will have to re-crawl you first, but once it does, you should have some much prettier search listings. And now..you know SC
- 10 replies
-
- 2
-
-
- product display
-
(and 1 more)
Tagged with:
-
Hi, I'm moving from Zen Cart to Presta shop, but I don't like the way that Presta display product pictures, the picture boxes are too small, and only 3 extra picture can be showed. I would like to have all the pictures listed below the main picture, like this: http://www.dfordesign.se/index.php?main_page=product_info&cPath=34&products_id=163 Can I choose any theme that I like and change the product display page to this? Is it hard to change? if I have those file already. Can I just replace some files in the new theme, without edit the code? Thanks for your answers.