Close

Profile: Boyko

Avatar

User posts

11 years ago

JonNopper1 wrote:
SOLVED

Took some time for the layout to catch up - Ajax filters and one column for product pages working fine!


Hi Jon,

Please note that the Ajax Filters work on the category pages only and they have nothing to do with the product pages. You can have whatever layout that you want on the product pages and this won't interfere with the Filters as the Filters won't show on any page different than a category page.

Thanks

I guess this happens if you don't have any pictures for your product.
Could you check if this specific product has any pictures?
You can disable the Cloud Zoom plugin and see if you can open the product page.

Thanks

11 years ago

untiedshoes wrote:
Hi, hoping someone can help?

I'm using the new nopCommerce 2.8 multi-store version, but when trying to load SevenSpikes.Core in the list of plugins, I get the following error:

Could not load file or assembly 'Autofac.Integration.Mvc, Version=2.6.3.862

I'm guessing this is because the multi-store version I'm using is using Autofac.Mvc4.3.0.0?

Do you have a fix for this, or put me in the right direction please?

Regards,
Craig


Hi Craig,

The latest version of our products supports the official nopCommerce 2.8.
The new multi-store version is still work in progress and it is not just the Autofac that is different. There are a lot of things that are changed since version 2.8 was released and there are a lot of things that are going to change till nopCommerce 3.0 will be released.
Please note that our plugins are not yet released for the upcoming nopCommerce 3.0 (which is  changed daily), so they won't install and work for it.
We will release a compatible version of all the plugins and themes when nopCommerce 3.0 is officially released.

Thanks

11 years ago

chenos7 wrote:
Hi,

It's not a duplicate issue. the issue that you are referring as a duplicate is regarding an issue with photo overlapping the text and not like these issue that is asking how to create the same look and feel like your demo store.

Best regards,
Chen


Hi Chen,

Creating the same look and feel as the demo store couldn't be specified as an issue.
When you use the Fashion theme in your store this means that your store already has the same look and feel as our demo store as it is also running exactly the same Fashion theme. The difference is only in the images of the products used in the theme.
If you are talking about how we have setup the demo store i.e the Home page it is a different matter.
Here is how we have setup the Home page of the fashion theme demo using our plugins.
1. Have the Mega Menu on the top, which is installed and enabled by default when you install the theme.
2. Then under the Mega Menu we have placed a Slider with 2 images.There is a predefined widget zone "home_page_main_slider" in the theme that you can use to place the Slider in it.
3. Under the main menu we have place two JCarousels as both are placed in this widget zone "fashion_home_page_after_main_slider". The first one has a data source of type "Recently Added Products" and the second one has a data source of type "Manufacturers". The skin for both is "default-4-items".

That's it about the home page. Please note that when the plugins are installed they have the same default settings as in our demo store i.e image sizes etc.

Thank

11 years ago

chenos7 wrote:
Hi,

Can you please try again.

Best regards,
Chen


It is a duplicate post as it is already answered here.

Thanks

11 years ago

chenos7 wrote:
Hi,

Can you please try again.

I've changed it to clean just to see if the issue is with the fashion theme.

Best regards,
Chen



Hi Chen,

You should have told us that you are using RTL. It looks like there is no such problem on our demo site - http://themes.fashion.nop-templates.com/search?q=dre. Simply change the language to be English-RTL from the language dropdown. The problem is that the picture have width set to 200px but the default images are 225px. You can simply make the width bigger from the Themes\Fashion\Content\CSS\Fashion.css file.
.product-list .product-item .picture {
width: 250px;
}


Thanks

chenos7 wrote:
Hi,

Can you please help me to:
1) Create a size attribute for each cloth that can be different from one cloth to the other.
2) Give a different picture for each size, that the picture will be changed, each time that the user selects a different size from the size combo box?

Thank you,
Chen


Hi Chen,

Unfortunately nopCommerce is missing this functionality. This has already been discussed here.

Thanks

11 years ago

chenos7 wrote:
Hi,

I did.
I've followed the installation guide and I didn't get the same result.

Thank you,
Chen


Hi Chen,

You need to change the theme as you are using the DefaultClean theme at the moment. Please make sure you change the theme to Fashion as shown in Step 4 in the documentation.

Thanks

11 years ago

chenos7 wrote:
Hi,

The link is http://temp.outfitta.com

Best regards,
Chen


Hi Chen,

This is not the Fashion theme.It looks like you are using the DefaultClean theme. You need to change the theme to Fashion from the administration as described in the documentation of the Fashion theme.

Thanks

11 years ago

carlherup wrote:
Where do I change size of the featured products images on the homepage? They are set to 270px wide.


Hi carlherup,

You need to open this file Themes\Jewelry\Views\Home\Index.cshtml.
Change this line of code by specifying the size you want but keep in mind that you will have to change the css styles accordingly.

@Html.Action("HomepageProducts", "Catalog", new { productThumbPictureSize = 270 })


Note: I will move this topic in the Jewelry theme forum.

Thanks