Close

Profile: Boyko

Avatar

User posts

11 years ago

dincaykirtasiye wrote:
Hi to everyone;
I have created custom action in Catalogcontroller..Action name ise "MyHomePageProducts"

Now how this line should be for my case?

Should  it be something like that:
@Html.Action("JCarousel", "JCarousel", new {carouselName = "JCarousel Name", productModels = Catalog.MyHomePageProducts})



Hi dincaykirtasiye,

If you have created a new action then this action should return a view i.e MyHomePageProducts.cshtml and the model that is passed to this view should be of type IEnumerable<ProductOverviewModel>. You can refer to the HomepageProducts action in the Catalog controller and the Views\Catalog\HomepageProducts.cshtml view. What you should do is basically the same.
Then in the MyHomePageProducts.cshtml view you can add this line:

@Html.Action("JCarousel", "JCarousel", new {carouselName = "JCarousel Name", productModels = Model})

Hope this helps!

Best Regards,
Nop-Templates.com Team

11 years ago

Hi Matt,

I don't quite understand how the Ajax Filters plugin relates to the ProductBox view. The Ajax Filters are integrated on the Category page and not the product pages. Are you sure you are trying to integrate the Ajax Filter and not the Ajax Cart for example?
The Ajax Filters do show product boxes after an ajax request for filtering - maybe you want to change the product boxes that that the ajax filters return?

Please elaborate as we are not sure how to advice now.

Best Regards,
Nop-Templates.com Team

11 years ago

summitridgegear wrote:
How do I change the footer information. For example: Payment options. It comes, by default, with the Meastro card. We are only selling in the US and this card does not exist here, so I would like to remove it.


Hi summitridgegear,

In the nopCommerce administration, open the Alfresco plugin settings and in the Custom Head Styles box add the following:

.method5 { display:none; }


Best Regards,
Nop-Templates.com Team

Bugs
11 years ago

vedran wrote:
Hi!
Is there a solution to an old problem
__________________________________________________________________
Hi!
If Cloud zoom enabled, product attribute (picture associated with the attribute) not work.
Picture does not change depending on the selection of attributes.
Dynamic price does not change.


Hi Vedran,

Please download the plugin again and update it. The problem was fixed in 3.2 a few days ago.

Thanks

Lokesh wrote:
Hi Milen,
How to stop the Duplicate Meta Description on Multiple pages...In 'General And Miscellaneous Settings -->SEO Settings  I has given default meta description.This default meta description is duplicates in many other pages like contact us, blog, about us, log in, register...etc.,. I want to stop that duplication..Please guide me regarding this..
Thanks,


Hi Lokesh,

If you install the Smart SEO plugin and go to the plugin settings, you can enable the "Remove default title" setting and this way the default store title will appear only on the Home page and not on any other page in the store. This way you will not have duplicate page titles.

Hope this helps!

Thanks

11 years ago

imprintableswarehouse wrote:
Do you happen to have an estimate as to when this feature will be available?


Hi imprintableswarehouse,

We plan to release this new feature with the new version of the Mega Menu for nopCommerce 3.2.

Best Regards,
Nop-Templates.com Team

11 years ago

annaolsson wrote:
My problem has been solved. By restarting the application all the resource strings was added to the swedish locale with english default values.
I then filtered resources by containing "sevensparks" / "beauty" and Not containing "admin" which gave me roughly 100 strings which i manually translated to swedish. So all the admin-parts are still english, but the public store displays using swedish strings.


Hi annaolsson,

Yes, that is the right way to do it as described in this video. It would be great if you can share the translated resources, so that we can add them it to the plugins. This way other users from Sweden  can benefit from your translation.

Have a great weekend!

Thanks

11 years ago

cicciuzzo wrote:
Hi

the height of the Tab in related product is 0px while in other tabs is ok

why?


Hi cicciuzzo,

I am not sure what exactly the problem is. Could you send us a link to your web site, so that we can take a look?

Thanks

beatmaster wrote:
Hi there, I have ...

My custom formatting is
# ###,###.##
because I only want to show the numbers not the currency symbol.



Hi beatmaster,

We changed the Ajax Filters to use the custom formatting by default for the min and max prices. We decided to completely remove the currency symbol from the current selected price range as it is confusing and as it is changed via the javascript it can't be formatted the same way as it in nopCommerce. So if you update the Ajax Filters plugin you will have the min and max prices with your custom formatting and have no currency symbols from the selected prices below the price range filter.

Thanks

Bugs
11 years ago

_andy1 wrote:
Hi Guys,

could you fix performance? page is loading 3 times slower with Nop cloud zoom turned on when product has big image... according to profiler slowest part is detecting image size... please change that logic to detect image size without loading image...(examples you can find in internet)

Thanks
Andriy



Hi Andriy,

Yes, we inspect the image size in the cloud zoom, which requires loading the image in the memory.  We do this as when the images are with low quality and the original image size is smaller that the zoom window the images are repeated, which we want to prevent. How big are your images? If you have big enough images in your store then we could probably add a setting to turn the image loading off. Could you let me know, which version of nopCommerce do you use, so that we can investigate.?

Best Regards,
Nop-Templates.com Support Team