Close

Profile: todor.atanasov

Avatar

User posts

5 years ago

[email protected] wrote:
Hi, I Found a glitch, so product which have quciktabs (like Specifications & Description) cant open Categories in MegaMenu. On any other page it opens.

How to fix it ?


Greetings,

Thank you for reaching out to us.

I'm afraid I was not able to reproduce the issue locally. Could you please provide us with exact steps to replicate the issue?

Feel free to raise a ticket in our support system, where you can provide more details like the domain and the version you use.

Looking forward to your reply!

fundamentalav wrote:
Hi,
I am creating a Category Product Collection I want to use to display a tab with the sort method "featured" as a way to show featured products on the home page. I also want to have a new/bestseller or featured collection display on each of the main category and manufacturer pages.  Is there a way to prevent NOPs built-in featured products widget from showing up from also showing up on the category and home pages built-in "featured product"?
Thanks Chris



Greetings,

Thank you for reaching out to us!

In your case, instead of using the Show on homepage feature for each product, you can instead go to Catalog -> Categories -> Edit -> and mark the products from the desired category as featured. Marking the products as featured this way, wont display them on the default nopCommerce featured section on the homepage, but you will also be able to use the Sorting method Featured in our plugin.

Please let me know if you need any further advice.

hjksunderlin wrote:
Yes, I have the old price set.  The product displays a sale ribbon in the upper left hand corner, but does not appear on the On Sale tab.


Greetings,

Thank you for your reply!

In case the Old price is set and the Price is smaller than Old price, the product will appear in the Smart product collections section. However, if you dont have a Price smaller than Old price, but only a tier price, the product wont be considered on sale, thus, wont be displayed.

If you are going to use the tier price functionality instead, I can advise you to not use the On Sale order method in our Smart Product Collections plugin, but rather a custom list and assign the products which will be considered on sale to it.

Let me know if you need any further advice.

5 years ago

ChillyWilly wrote:
Hi Todor!
Thank you very much for the answer, I tried a way to find an SVG codifier to unicode with no avail, until I just read a little bit more in the top of emporium-icons.svg file and found IcoMoon.
Still stuggling to find out how to display the logo correctly but it is the endgame, so thank you again for the response!

Chilly


Greetings,

Thank you for your reply!

Since our Emporium icons do not include the WhatsUp icon, I can assist you in using any of the existing icons in the Emporium icons file.

Please let us know if you need any further advice or raise a ticket in our support system.

5 years ago

ezzat2k wrote:

I'm trying to display some categories on Home page as well, using Pavilion 4.3.402.32571, I tried the solution mentioned here, but no luck. any Idea how I can add home categories (under the main slider)

Thank you


Greetings,

Thank you for your reply!

I would advise you to raise a ticket in our support system. Make sure you provide the URL of your store in the ticket, in order for us to investigate further.

Let me know if you need any further advice.

5 years ago

esmhos wrote:
hi I'm using Nop4.2 With Emporium Them and i want upgrade to Nop4.3. should i emove all Seven Spike Them and plugins first ? or i can do upgrade with them ? thanks


Greetings,

Thank you for reaching out to us!

You can follow our upgrade guide for more detailed steps on how to upgrade to 4.3.

You are going to need a fresh 4.3 nopCommerce archive, which will contain a Plugins/Themes folder with only the default themes/plugins coming from nopCommerce inside.

I would advise you to keep our plugins/themes folders in the backup you have created, until you make sure that everything runs smoothly on 4.3.

Let me know if you have any further questions.

5 years ago

ChillyWilly wrote:
Hi Todor,
I'm using the Emporium theme and as of today, I couldn't find any icon for any of the logos available!

Chilly


Greetings,

Thank you for your reply!

The icons in the Emporium theme are in SVG format file - \Themes\Emporium\Content\icons\emporium-icons.svg.

Inside, you will find the SVG definition of all the icons and you can use their unicode values to change the content CSS rule of the icon element on your website (more accurately, of the ::before element of the icon).

Bear in mind that the unicode value is encoded, so the unicode value for the Pinterest icon is:

unicode="D"

However, we add the following CSS rule to the ::before element of the actual icon on the website:

content: "\44";

That slight difference is due to the encoding.

Bear in mind that our icons file does not contain the Whatsup logo.

5 years ago

gbronson wrote:
I'm very new to NOP and NOP Themes. I've worked through publishing NOP 4.3 using Visual Studio 2019 and Microsoft Azure. The website and SQL are both hosted on Azure. I just uploaded the theme and plugins today. I installed everything in the correct order. I paused after the initial upload of the ZIP file since the documentation said that the upload would not work if NOP was hosted on Azure. When i checked via FTP, everything was there. Can you confirm this is okay now? I installed all of the additional plugins as well. I was using a fresh install of NOP 4.3 and after the them install i added a logo and one product but the theme made absolutely no changes to the store front end at all. I saved my simple changes and restarted the application but no changes were seen. Being new to NOP and it's themes I must be missing something stupid so could someone fill me in on it? Maybe i do need to FTP the files after all? I just assumed the whole site would automatically take on the new theme. Is there a place in Administration to select which master theme to use?  Thanks for your time.


Greetings,

Thank you for reaching out to us!

I assume you have followed our instructions on installing the theme. The last time we have tested this was last week on 4.3 and unfortunately, uploading the theme through the admin threw an exception.

In case you didn't get any errors, I assume you can install and test our products, but if you encounter any error when you upload through the admin, I would highly recommend uploading the theme manually through FTP.

When you unzip the package that you have downloaded through the My Downloads page on our website, you will find the folders Themes and Plugins.

Copy the content from the Themes folder (that would be a single folder with the name of the theme) to the Themes folder in your Azure nopCommerce installation and the content of Plugins folder (that would be folders with all the plugins included in our theme) to the Plugins folder in the Azure nopCommerce installation. Then restart the application and you should find all the folders and plugins in Configuration -> Local plugins and you can proceed with installing them (install the Core plugin first is required).

Finally, even if you install the theme plugin, this is not the same as activating the theme. The theme plugin just allows you to make some changes to the theme settings. In order to activate the theme, you need to go to Configuration -> Settings -> General settings. If the theme was uploaded successfully, you should see it there and will be able to set it as the active theme.

hjksunderlin wrote:
I am running a sale on a product using a single tier price and date range.  I want the price to go back to the original price after the sale. However the product is not appearing on the "On Sale" tab for the "Dinning Room & Kitchen" category, but the product shows as on sale on the "New Offers" tab.  Why is the "On Sale" sort not picking up the product in its search criteria?


Greetings,

Thank you for reaching out to us!

The way that Smart product collections decide which products are considered On Sale is if the product has an Old price. Do you have both Old price and Price set on the products in question?

5 years ago

BinHex2 wrote:
Hi, Thx for your answare. Yeah, i noticed that some themes have the Ajax Filters on the top, but we took Minimal theme since its very nice. But client dont like the fact user have to tap(1) to get filters, instead, they want filters to be on position (2). So is that posible, and what should i change to get it, i guess its somewhere in JS of theme?
http://prntscr.com/udna5g
Ps. i cant write from old account :/


Hello,

Thank you for your reply!

This would require some customizations to the nopCommerce \Views\Catalog\_CatalogSelectors.cshtml file (as our Minimal theme does not overrides it), which prints the order/page size dropdowns.

If you wish to customize this, you would also have to check whether the current device is mobile in this nopCommerce view specified above.

Finally, you would have to exclude this filter icon from being printed in our \Themes\Minimal\Views\Shared\_Header.cshtml file:

<div class="filters-button">
    <span>@T("SevenSpikes.Themes.Common.Filters")</span>
</div>


Let me know if you need any further advice.