Search the Community
Showing results for tags 'Product View'.
-
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 am plan customize for food item product...How can add product Expiry date in Product Add/Update/View section in admin and Front office?.. Please guide me. thanks maran
- 1 reply
-
- admin
- product adding
- (and 4 more)
-
Bonjour, Notre site est sous Prestashop 1.7.5.2. Lorsque l'on passe les pages dans le catalogue de produits (page "Tous les produits" par exemple), des séries de produits réapparaissent d'une page à l'autre. Or nous ne vendons que des pièces uniques, et dans le catalogue en BO elles n'apparaissent bien qu'une fois. De même, pas d'incohérence entre le nombre de références indiquées sur le site et celles en BO. Il semblerait que ce soit un problème / bug d'affichage? Je me demande si cela ne peut pas venir du découpage des pages: nous avons mis 12 produits par page... Je mets un exemple de copie d'écran entre ma page 1 et 3: par exemple la robe à pois rouge apparait sur les deux. Si cela est déjà arrivé à quelqu'un, ou si quelqu'un a une idée de l'origine de ce souci? Merci beaucoup! Rita
-
- bug?
- product view
-
(and 1 more)
Tagged with:
-
zmiana liczby wyświetlanych produktów na stronę
funky12 posted a question in Wsparcie i pomoc użytkowników
witam, obecnie używam wersji 1.5.4.1 - chciałbym zmienić liczbę wyświetlanych produktów na stronę. Obecnie jest tak, że wyświetlają się 24 produkty - co ustawiłem sam w adminie: Preferences -> Produkty -> Stronicowanie. Klient może zmienić widok na 10, 20 lub 50 produktów na stronę. Pytanie brzmi: w którym pliku mogę zmienić ilość wyświetlanych produktów na inną? pozdro -
Hello! using version 1.6.0.9 and want to change the positions of the attributes in the product description. Please see attachment for more clarity. Аs seen in the picture, I want to change the positions of the respective descriptions numbered figures to have a different layout. Please, give me any advice. Thank you in advance.
-
Hello, I thought of sharing this with you guys as I just managed to fix it. As you can see from the picture there was a problem with product "Sort by" and product "Show in the WineShop Template: PRS060128 Italian and English Language that I'm customizing for a client. The fix is easy as follows: In global.css of the template replace the code of ".sortPagiBar form.nbrItemPage" with the following: .sortPagiBar form.nbrItemPage { background: none repeat scroll 0 0 #FFFFFF; float: right; margin-right: 7px; } In product-sort.tpl of the template remove the last </div> In category.tpl of the template add another </div> after this code: <div class="sortPagiBar"> {include file="./product-sort.tpl"} {include file="./nbr-product-page.tpl"} </div> In the end the code in category.tpl of the template must be: <div class="sortPagiBar"> {include file="./product-sort.tpl"} {include file="./nbr-product-page.tpl"} </div></div> That's all. I tested in Firefox,Chrome,Internet Explorer,Safari and Mobile Devices too and it works.
-
- product sort
- css
-
(and 1 more)
Tagged with:
-
Hi there Prestashop Community, here is my problem and i guess you can help I bought the Module PM Multifeatures. Installing and conf. worked great. Only problem was the view in Frontend. It was like: Feature 1: Value 1 Feature 1: Value 2 Feature 1: Value 3 Feature 2: Value 1 Feature 2: Value 2 _________________________________________________ I needed it to be like: Feature 1: Value 1, Value 2, Value 3 Feature 2: Value 1, Value 2. _________________________________________________ So i asked the developer ---> They gave me a sample for Product.tpl I used that code in my .tpl and it worked great as id should. Here is the Code part of that product.tpl {* Multiple Features *} {assign var="features" value=Module::getInstanceByName('pm_multiplefeatures')->getFrontFeatures($product->id, ', ')} {* /Multiple Features *} {foreach from=$features item=feature} {if isset($feature.value)} <li><span><b>{$feature.name|escape:'htmlall':'UTF-8'}:</b></span> {$feature.value|escape:'htmlall':'UTF-8'}</li> {/if} {/foreach} See Screenshot 1: _________________________________________________ So far everything fine. I tryed to do the same on my product-list.tpl but without any succsess. Here is the Code part of that product-list.tpl {if $product.features} {* Multiple Features *} {assign var="features" value=Module::getInstanceByName('pm_multiplefeatures')->getFrontFeatures($product->id, ', ')} {* /Multiple Features *} {foreach from=$product.features item=feature name=features} <span class="sb_feature"><b>{$feature.name|escape:'htmlall':'UTF-8'}:</b> {$feature.value|escape:'htmlall':'UTF-8'} <br></span> {/foreach} {/if} See Screenshot 2: _________________________________________________ I did several trys but didn`t get it to work as it should. Any of you Mastercoders got an idea where the mistake could be? Thanx in advance. SM5K
- 1 reply
-
- Features
- Multiple Values
- (and 3 more)
-
Hello. I am using prestashop 1.5.6 I uploaded html on my CVS. the product display moves the right column off its place. It moves it down. I ask for help. meanwhile I will search for an answer in global.css I have a local instalation of presashop. So please refer to the images I am sorry I posted this!! I checked and my html code was missing the opening <div> tag. So that has solved the issue... Wishyou luck!
-
- alignment error
- right column
-
(and 1 more)
Tagged with:
-
I am trying to implement the product view as list as the attached example. either one of the example. I am using the modified theme and the current product-list.tpl is sharing the same template and I can only add the product description. It is able to switch the view option with the Jquery at the moment. What else should I edit? One more question is how to remove the "out of stock" span by not comment in template or css file since I have planned to activate online order in the future. Prestashop version 1.5.4.1 www.grandcoralaustralia.com.au/Grandcoral
- 3 replies
-
- product view
- list display
-
(and 1 more)
Tagged with:
-
Hi, I have default prestashop 1.5.x theme, On product view page, I want my short description shows in verdana font with 10pt size and long description shows in verdana font with 12pt size, I know I can change when I list the product, but I want this font and size default, Can anyone help me, See picture, what i want.. thanks Alex
- 6 replies
-
- product view
- font
-
(and 1 more)
Tagged with:
-
Hi there, 1. I want to show reduction percent on top of the image, so that it could be visible in category view(product list) 2. same thing, but in product view(reduction percent on top of the image) attached a pic. so its more clear what i need. its a style change i figured that out.but witch files must i change and how exactly i dont know. any help will be greatly appreciated.thanks.
- 4 replies
-
- style sheet
- product view
-
(and 3 more)
Tagged with:
-
How hard would it be to implement this feature http://www.tailorstore.se/skraddarsydda-skjortor into the prestashop product view? What controllers/templates needs to be modified? To make what's in that site on a regular page with some javascript would not be the problem. But as said - implementing it to the prestashop product view. Thanks in advance for your wisdom! =)