Close

Profile: Boyko

Avatar

User posts

Music Theme
10 months ago

[email protected] wrote:
Hi-
When ive loaded our site a few times recently, I have heard music.Is this the normal behaviour on loading Emporium?


Typically, our Emporium theme does not include any automatic audio or music upon loading the site. It is designed to provide a seamless user experience with focus on visual content and easy navigation.

However, if you've customized your template or added any plugins or widgets, it's possible that one of these could be causing music to play. Alternatively, it could be an advertisement or embedded media on your site that is set to autoplay.

10 months ago

obineckoo wrote:
Hello, iam trying to follow guides , but with no luck

I have nopcommerce 4.4.3 source intalled, After I upload the theme, and try to build/run it, iam just getting error

Return type in method 'SevenSpikes.Nop.Conditions.Areas.Admin.Models.OverridedProductModel.<Clone>$()' on type 'SevenSpikes.Nop.Conditions.Areas.Admin.Models.OverridedProductModel' from assembly 'SevenSpikes.Nop.Conditions, Version=4.4.593.34178, Culture=neutral, PublicKeyToken=null' is not compatible with base type method


thanks for any tips, or is there any way I can update theme to current version ?


Hi,

You should use VS2019 with nopCommerce 4.40.
https://www.nopcommerce.com/en/boards/topic/92619/error-method-clone-in-type-on-start-when-loading-some-plugins#290620

alpos wrote:
How can I auto-post my website store products to Instagram?


Hi alpos,

Unfortunately we don't have such a plugin that allows doing so.

DrDray wrote:
Hello -

Could someone guide me on how product specific Tab data (which appears to be stored in dbo.SS_QT_Tab) is mapped to products (dbo.Products)? I cannot see a simple mapping table in the database.

I want to produce product specifications and store them as a Tab.  I want to do this in bulk via the SQL Server but I cannot figure out how Tabs are mapped to products in SQL Server.

Thank you in advance


Hi DrDray,

Our mapping library uses a table called "SS_MAP_EntityMapping".
Simply map a tab to several products and then examine the records added into that table to get an idea how to do that with a script.

shoecake wrote:
Could someone from nopTemplates reply to say if any of these features have been implemented? Specifically feature 2.

This plugin looks a good fit for me with the exception of the sale price calculation. All the products on my site use the OldPrice field for the MSRP price and most of the time the selling price is less than this.

Currently the plugin seems to copy the price field to the OldPrice field and then calculate the sale price. I need the plugin to leave the OldPrice field alone and just modify the price field by the additional percentage configured in the campaign.

As it works at the moment I may be advertising a product at 15% below MSRP as my standard selling price, but when a sales campaign starts it looks like I am then only discounting by say 5% when in fact it is 20% below MSRP.



Hi shoecake,

No, we haven't changed that logic in the plugin. It still uses the Old price to store the original price before the campaign starts and then use it again to revert the prices after the campaign has ended. Maybe you should use some other filed for the MSRP price rather than the Old price and thus leave he old price empty.

You can try to delete the Mega Menu that you have and create a new one with the same menu items.

one year ago

andreasp wrote:
We're working in Nop 3.9. Is it possible to display the correct color of the product, based on which color has been chosen on the filter? Meaning it should display the image color red if the color red has been chosen.

I'm a developer, I just need a heads up in which files to update.

Looking forward for an answer.


Hi andreasp,

This is not possible as there could be multiple colors selected not just one.

one year ago

officialreseller wrote:
Is pavilion theme and plug-ins ultimate collection available for 4.6?


Yes, they are available for nopCommerce 4.6.

one year ago

[email protected] wrote:
When we get an update for 4.6 version of nopcommerce?


The Emporium theme is already available for nopCommerce 4.6 so you should be able to download it from your accounts.

Bugs
one year ago

JRon wrote:
I cant access the extra settings menu for the theme, it does not show up under the Nop-Templates side bar, there are only plugins there, not themes "Administration -> Nop-Templates -> Themes -> Avenue -> Settings.

Trying to go directly to *my-site/admin/AvenueThemeAdmin/Settings I get a 404 error.

I´m using Nopcommerce 4.3 and the theme is working fine.


Hi JRon,

You need to make sure the Avenue theme plugin is installed (see the list of installed plugins) as if it is not installed you won't see the extra menu.