Close

Profile: todor.atanasov

Avatar

User posts

Hi,

Further to my last reply, nopCommerce has an option in the General settings called Store closed.

Please give it a try and let me know if that is the feature you are looking for.

4 years ago

Yodew wrote:
Getting an error when click Use My Current Location.

User Geolocation denied. You should enable it from browser permissions settings. Setting the marker to default position...

Site using SSL and i have enabled following APIs,
Directions API
Geocoding API
Geolocation API
Maps JavaScript API
Places API


Hi,

Thank you for your reply!

This is not an issue with the website itself. It seems that you have denied the website's access to your location through the browser. Usually, your browsers ask you for permission to give your location to a specific website.

Please read more here - https://support.google.com/chrome/answer/142065?hl=en

Widget Zone
4 years ago

kh_s wrote:
Hi, how can add text and video in category page after product list?
in widget zone is not categorydetails_AFTER_product_list.


Hi,

Thank you for reaching out to us!

You can use the categorydetails_bottom widget zone.

[email protected] wrote:
Hello All, Any one successfully done this - I'd greatly appreciate any tip. Any decent known plugin would also be appreciated. thanks


Hi,

Thank you for reaching out to us!

Could you please explain what do you mean by holding page?

ajax filter
4 years ago

gahrvoje wrote:
But it is not work if you used Iventory method: Track inventory by product attributes.


Hi,

The way that nopCommerce works is that if you have selected the Iventory method: Track inventory by product attributes, the quantity will always be 0.

I believe this is due to performance reasons.

4 years ago

embryo wrote:
I've got a suggestion for the Facebook Shop plugin.
It is possible to allow other Facebook users to display our tabbed page widget at Facebook, but why would they do it unless they could earn commissions???

Those of us who utilize the native affiliate program would really benefit from being able to tell Facebook users that they can put our Facebook Store on their own Facebook page, AND earn affiliate commissions from sales resulting from click-throughs on our shopping widget.


Put your brains to work and make this happen!


Greetings,

Thank you for reaching out to us!

You can try to provide the same steps from the documentation for creating a Facebook app and assign it to a Facebook page. Of course, you would have to provide the details of your business to the Facebook user that manages the page in question.

You can add your Facebook app to any Facebook group where you have administrator rights.

ajax filter
4 years ago

gahrvoje wrote:
I used ajax filter for product attribute.  Product has attributes like S, M, L, XL.

Also product has “Track inventory by product attributes”.
Is it  possible to configure ajax filter to show only product which have stock quantity greater than zero.
<br>
Example:<br>
Product1
<br> S – stock:3
<br>

M - stock:0
<br>L – stock:3
<br>XL stock:10
<br>

If customer check  M then product1 is not visible


Greetings,

Thank you for reaching out to us!

There is an option in the Ajax Filter Settings -> Availability Settings called Enable In Stock Filter. If you enable it, an In stock filter will be displayed, which will filter only the products that are available in stock.

4 years ago

ManuelBalkanica wrote:
Hello,

We are using Emporium Theme on Nop 4.2. We are trying to implement scroll to top button, like in admin area. We found that on _Root.Head.cshtml you already have something implemented but we don't know how to make it work.

There is a div likea this:
<div class="scroll-back-button" id="goToTop"></div>

What we want is to show scroll to top button while scrolling down or something similar.


Greetings,

Thank you for reaching out to us!

Yes, there is an element with id="goToTop", which is hidden with CSS. You can override that CSS in order to show it. However, I would advise you to test it on mobile devices and make sure it's not overlapped with some other elements.

Bugs
4 years ago

thehulk58 wrote:
Nop commerce version 4.3
MySQL version 5.7
Filtering on venders(checkbox if show vendor is enabled from admin panel) will corrupt all the ajax filtration functionality and will give a popup error message.


Greetings,

Thank you for reaching out to us!

We have released a fix regarding this issue.

Please update the Ajax Filters and Core plugins.

OTH wrote:
Hi,

I was wondering if it's possible to change the size of the pay icons under payments in the theme's footer?

If so, where would I do this?


Hi,

Thank you for reaching out to us!

Yes, you can add the following CSS to Settings -> Themes -> Emporium -> Settings -> Custom Head Styles:

.pay-options img {
    max-width: 30px;
}


Where 30px is the current max-width of the images. You can change that if you wish the payment icon's size to be bigger.