Close

Profile: Freddy1234

Avatar

User posts

Hello what image sizes do the plugin require?

Reason almost every image size i test i can not get the image in the center.
Pavilion demo is down as well so i can not check, all i get is log in screen and way to get to frontpage
We used previously JCarousel but we had to deactivate it thanks to the loading time it took on the frontpage
3 Jcarousels equaled adding 1-2+ sec each on loading time

Hello

I think the "issue" that occurs on mobile, and that costumer finds confusing
(been involved now in user testing on mega menu and pavilion template )

It is how the Mega menu works togheter with som of the templates when costumers entering into a category page and the page have subcategories in it

The placement of the SUBCATEGORIES button is placed all the way at the bottom,  which creates the feeling that there is no menu existing/ menu item  is not working on mobile

Boyko wrote:
Hi,


I would like to show all out of stock products in my categories pages, search results pages, product tags page, filters applied pages.

What is the customization required to achieve this.

We have a many out of stock products at this time in our store.  Instead of deleting the products we would like to move all these products at bottom in all results pages.

It would be really help us if you can reply early with positive response.

Thanks in advance.

Hi prasad1709,

By default nopCommerce shows out of stock products unless you have unpublished them.
If you want to show the out of stock products at the bottom you can change their display order in the category/manufacturer mappings as nopCommerce uses it for the default sort option which is "By position". So you can write a script to change all mappings for the out of stock products and update the Display Order to be different than the default one which is 1.

Hope this helps!


Did anyone try this out andif that was the case how did it work any issues regarding loading times?

6 years ago

Hello

i been looking trough the backend settings on the pavilion theme and i have a few questions regarding it

I am on a live site so i do not want to play around alot with alot of settings that can inflicts issues on the frontend

Are there any setting in the backend to have the mega menu collapsed from the start on the computer (except activating the full width slider from theme--> General setting ) ? in that case will the banner image stretch and occupy the free space ?

When using a full width slider in a pavilion what is the prefered width on the images there ?
I find image size from demo but not any prefered size  on full width images

Hello

Out of the box the pavilion is not that mobile friendly (big images and only one and one product at a time)

But after just a few tweaks by insert a small code in the setting of the theme
Custom Head Styles It becomes a lot better (look at bottom for the code

For the shopping cart depending on what payment provider you havc chosen
i would recomend going for one step checkoput.

This is the code for tweaking responsive thatw e use

@media (min-width: 769px) {
.item-box {
    width: 23.5%;
}
.item-box:nth-child(3n+1) {
    clear: none;
    margin-left: 2%;
}
.item-box:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
}
}
@media all and (max-width: 480px) {
.item-box {
  width: 49%;
  margin-left: 2%;
}
.item-box:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
}

6 years ago

Hello and thanks for the reply

I have all of those settings already activated (the images is showing on Mega menu)

But i can not find any setting that lets me control and show subcatagories box/image on that main category page like it does on mens clothing

6 years ago

Hello, i am after this function from the Demo
http://www.themes.pavilion.nop-templates.com/mens-clothing

Where do the subcategories with images on that category page come from (clothing shoes accessories)?


I have a category where i want that the category page should show all subcategories with category images attached just like Mens-clothing

but i do not seem to get it to work, is it a setting inside Nop that i missed or something that makes that possible

6 years ago

anton_ivanov wrote:
Hi,

You can try to map your new products to a category called "New Products" instead of marking them as new. That way you will still have a separate page for your new products but it will have the Ajax Filters on that page.
Since one product can be mapped to more than one category you will still have your new products on their original category page but will also have them on your "New Products" page.

Hope that helps!




Hello and thanks again for the answer
I am actually already doing  that i use a  spesific code in the ERP system which Assigns products in a correlating categories in NOP.


But i find usually that sometimes that the categories do not update as they should, and i end up end up with products that do not get assigned properly, or do not fall get removed categories.

So i thought using basic nop function and setting that every new product that gets created in NOP from the ERP system gets assigned marked as new + seven days in front could help solve my issues :)

6 years ago

anton_ivanov wrote:
Hello,

I am happy that I was able to help!
Unfortunately, the Ajax Filters plugin doesn't work on the New Products page. The Ajax Filters work only on catalog pages - category details, vendor details, manufacturer details, search page.



Hello an thanks for the reply.

Well that was'nt the answer i wanted to hear :)
That made the whole newproduct page obsolete for my part, so i then need then to find another solution on  how to handle new products.
Can not have 2-300 new products spanning over 10- 12 product groups each week on a page with no filter :)

6 years ago

anton_ivanov wrote:
Hello,

The "New Products" page is located in http://yourStore.com/newProducts where http://yourStore.com is the URL to your store. You should be able to access the page if you've enabled it from the catalog settings

All products that are marked as new will show on that page.

Hope that helps!


Hello and thanks for the reply :) works as a charm whn i went in thereonly thing i noticed is that Ajax filter is not activated on the page, so will get a developer too have a look on it and make it active there