Prestashop product list order by random when change page - smarty

i have Prestashop 1.6.1.4. When i'm on category-> Product list, my products are order by "reference" ASC. When i go to page 2 or/and back to page 1 my order by is random...
Any idea ?
Thanks a lot.

You must be able to handle this in your administration in Preferences -> Products -> Pagination tab.
Regards

Related

Magento Change Product Page Titles to only include catalog, level1 and 2

I have a rather long and complicated category-struktur up to 5 levels of subcategories.
It is all by standard added to product-html-title.
I would like it only to show catalog, level1 and level2 subcategories.
any suggestion how to fix this?
Thanks a lot.
Log into the Admin Pannel, and go to the "Catalog -> Manage Product" menu
From there select the item that you wish to update.
On the left side you will see a navigation menu with “Meta Information”.
The very first field is Meta Title. This is the field that you need to update to change the title of the Product Page to a SEO or alternative value.

Magento 1.5.1 doesn't show subcategories

Good day everyone!
I have a problem with my multi-store Magento.
Magento version 1.5.1
I created a new rootcategory, with categories "Men" and "Women" and "Men" contains 2 subcategories, wich not show up.
All the rootcategories including every category inside is setting to Active, enabled "Included in Navigation Menu" and also set to Anchor.
Men and Women are still visible, but the 2 subcatgories in Men don't show up anywhere.
Also printed the Array with every information about the categories, but the 2 subcategories in Men are not in this array.
Note: Cache is disabled.
Please, can anyone help me?
In the backend, go to System > Configuration.
In the Catalog Tab, you have "Category Top Navigation". Check that the Maximal Depth is set to 0 or is greater than 3.

virtuemart 2 how to modified the product display in particular Category

I am working with a joomla and using virtumart 2 for webshop I want to make the products display one in row as i have done in front page by virtue mart functionality but i am not able find any option to doing this in particular category.
There is an option to set how many products you want to display in a row:
Configuration -> Templates -> Default number of products in a row
Hope this helps

Magento order products by SKU

I would like my store products to be displayed in SKU (ascending) order by default when looking at the category product listing pages. Can someone please tell me how to:
Make this the default sort option.
Add SKU as a user selectable option on the product listing pages.
Can anyone help please?
Cheers!
I hope this works the same for 1.4.0.1 as it does for 1.6.0.0 because it is really easy and you don't have to touch any code:
In the admin panel, go to Catalog > Attributes > Manage Attributes
Find the attribute labeled SKU
In it, under Frontend Properties, change the "Use for Sorting in Product Listing" to "Yes" and save
Go to System > Configuration and click on the Catalog section
Under Frontend, change the "Product Listing Sort by" to "SKU" and save
You can also change the default product listing for each category in Catalog > Manage Categories under the Display Settings tab of your selected category.
Having been around this issue a little, I found out that you can add SKU as an option in the Manage Attributes menu in Admin. Having done that, and then set it to be the default in System > Configuration > Catalog > Catalog > Product Listing Sort By.
It turns out that the company I hired to produce my website template had overridden the toolbar.php file, and there was a hardcoded list of order by options in there.
Commenting that list out (basically reverting that function back to the default template version) now shows up the SKU option in the list.
I next need to figure out how to make that be the default - something else I guess is over-riding that as it should be the default based on the settings I have in place now.
Thanks for all the help here.
Cheers,
Rob
See this question and answer Magento Category Product List Sort By Bestseller Options. Because sku is table column, you don't need extend setCollection() method.

Why are my related products not displaying on my product page?

I have gone to admin -> manage product -> product information page -> related products
Then I added a product that is related, and saved.
I went to that product and refreshed the page, but nothing changed. Why not?
Also, be sure to check that the product you're trying to see in 'Related Products' is not already in your cart. Magento has a default filter applied that removes items in the cart from the related products collection.
Solution:
Login to Admin
Go to System -> Index Management
Select All checkboxes
Select 'Reindex Data' from Actions selection list
Click Submit button
Reference: Magento Up-sells Cross-sells and Related products are not showing up
Related Products appear in product info page, in the right column.
Cross Sell items appear in the shopping cart.
Upsells for this product are items that your customers would ideally buy instead of the product they’re viewing.These appear on the product info page underneath the product description.
As a result, I understand that you would show products bottom of the product info page, you should choose upsells instead of related products.
If you want related products ( which I can misunderstanding you ) do following things :
Check related product status is enabled.
Check visibility status set "Catalog" or "Catalog Search"
If everything is fine, check the inventory of related products.Stock should be greater than 0.
Last thing, related products must be include a category. Click "categories" link to check and see if the product added in a category.
Click on the "Reset Filter" button on top of the related product listing. It will list all products in table. Or you can clear cache + reindex data.
I had the same issue. After some time ago, I found that the products are not made to be visible in the visibility section, and that the products are not set to be in any website.
Hope this is the answer, and should be, because if you set up everything right there is nothing that can make problems.
Make sure the product and related product are under the same website. This isn't apparent when adding the relating products.
One possible pitfall you can run into is that you use a template without a right column. In that case you have to use unsetChild and insert to move the related product block.

Resources