Close

Profile: todor.atanasov

Avatar

User posts

bosadomkt wrote:
Hi,
Can someone help me show a color in the product availability depending on the quantity?

In Stock - Appears in green letters when the quantity is greater than 100
Out of Stock - Appears in red letters when the amount is less than 5
Pending confirmation: appears in orange letters when the quantity is greater than 5 and less than 100

Any help would be well appreciated!

Best regards


Hi,

unfortunately, there is no such feature in nopCommerce by default. However, we might be able to assist you with that. Just raise a ticket and we will advise you further.

4 years ago

OTH wrote:
Hi,

We are using the Emporium theme with nopCommerce 4.10, however we are planning on upgrading nopCommerce over to version 4.20 this weekend.

Am I correct in understanding that your upgrade script includes upgrading the following?:

-nopCommerce
-Theme
-Plugins

I saw this information here: https://www.nop-templates.com/how-to-upgrade-nopcommerce-theme-with-plugins

I just wanted to be sure what I have to do before I upgrade our nopCommerce. Just wanted to know of this will only upgrade nopCommerce and the theme or if it also includes your plugins?

Looking forward to hearing from you!



Hi,

Yes, the guide in our documentation shows you how to upgrade the nopCommerce, our theme and the plugins that come with our theme (as they are contained in the Theme archive that you download on step 6).

However, if you have any of our plugins that don't come with the theme archive (but you bought separately or have the plugin collection), you would have to download the given plugin for 4.2 and install it before you install the theme version 4.2 on step 6.

4 years ago

Greetings!

You can change the

Layout = "_ColumnsOne";


with

Layout = "_ColumnsTwo";


on the Home page or Product page layout files in /Themes/THEME_NAME/. This will display the sidebar.

If you need further advice on this, please let me know.

4 years ago

Greetings!

Please raise a ticket and let us know what is the nopCommerce version and the URL address, so we can investigate further.

Bugs
4 years ago

majid.mahmoodi wrote:
when I select any options of ajax filter list, show popup error "Loading the page failed."

Please help me


Please raise a ticket and provide us with the website URL address, so we can investigate further.

GreatDane wrote:
The bullets are not working in custom tabs.  Cellpadding doesn't work either for tables.  


Greetings,

It seems that the cellpadding attribute is deprecated in HTML5.

"The cellpadding attribute of <table> is not supported in HTML5. Use CSS instead."

The HTML editor that we use in our plugin is the default HTML editor for nopCommerce and we cannot change that.

You can use the class custom-tab and select the table cells to edit the CSS padding for each cell in our Quick tabs plugin.

fatih12 wrote:
hello we have the same problem we have received your theme, but it gives error while post to the bank


Greetings,

could you please raise a ticket and provide us with the URL of your website so we can investigate further?

yazhodha wrote:
When logged in with admin account. It displays without any error. How to fix this.

(Found the way to fix that. Configuration>Plugins>Jcarousel>edit>Limited to customer roles :)


Greetings,

I'm glad you managed to found a solution to this. Let us know if there is anything we can assist you with.

4 years ago

Damir wrote:
Hi, what's the easiest way of showing topbar, even if we don't use any selectors? Right now there is a widget placed behind the logo, and topbar is not even in the code, so where can we change that? That should've been taken care of in the plugin I suppose? Not everyone has those selectors, but would maybe want to have a top bar...


There is a header_before widget in nopCommerce, but it is right above the language selector's container.

Our plugin does not support this widget zone by default. However, you can easily add it by editing the SupportedWidgetZones.xml file in the plugin root folder. You just need to add the line:

<WidgetZone>header_before</WidgetZone>


You can add it just after

<WidgetZone>header</WidgetZone>


for example.

Once you restart the application header_before will be available as a widget zone for the HTML widgets plugin.

Your other option would be to add a custom widget zone on the far left from the language selector.

4 years ago

Temizcilt wrote:
Hello,
what size and format (gif,jpg, or ...)to change the logo please ?


Hi,

The best logo format is .png. It has a transparent background and this should make the logo fit great on any theme.

The logo size depends. Can you let us know which theme you are using? If you want to check the size of the logo for one of our themes demo, you can do that by pressing Ctrl + Shift + C and hover over the logo. This will show you the size of the image "box" on the website.

Check the screenshot as an example. This is the Emporium theme demo.