Close

Profile: Boyko

Avatar

User posts

10 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

10 years ago

Hi PVINIT,

Have you modified the CategoryModel type in nopCommerce?
What are your category SEO template settings as you might have entered incorrect settings in the Smart SEO configuration.
You can try to uninstall and then install the plugin this way all the templates will be reset and you can try to see if you still have any problems.

Thanks

Bugs
10 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

10 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

10 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

10 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

11 years ago

Hi EHUBCAP,

I don't think that what you are trying is even possible. You can't have one form element inside another one. On the product page you already have a form element and you can add any other form elements. The contact us form will not work by just coping it there. You need to use Ajax to submit some additional information. Please take a look at the product reviews tab where we have use Ajax to submit data to the server. You might also need to create a new action to any of the nopCommerce controllers, which will get the submitted information and process it.

I hope this information is useful!

Best Regards,
Nop-Templates.com Support Team