Close

Profile: todor.atanasov

Avatar

User posts

3 years ago

Wibble wrote:
Is it possible to add attachments without using the UI interface, I have a nightly job that reads in product lines and some of those products would have attachments included in the feed.

I assume there is no API to enable this but if I write some SQL and put the files where they are supposed to be, would it work?


Greetings,

Thank you for your reply!

Our plugin provides the UI interface in the admin, but not an API. If you wish to have such customization, you can create your own plugin that populates values in our Attachments database table.

However, this would require some development knowledge, so that there are no further issues.

3 years ago

porcelanosa wrote:
Hello, while going through site i figured that admin link disappeared for no reason at all, along with manage this page link (where visible). It is present in html when you go to developer tools but it appears like unclickable dark gray area.

First i thought it was something in css that caused it, but i removed entire custom css that is applied to site and problem still exists. This is not such a big deal since i can access admin with /admin, but i would still like to know what could cause this issue.

No custom js was added (except google, which also didn't affect i removed and checked). Some views are changed but nothing considering header. I copied entire theme and checked it and problem is still there. What is interesting that admin link appears when page is loading, then when its loaded it just disappeares again and go in to the far right side of top bar (still not visible). I checked with all major browser and it is same all over.
Link however appears on mobile.
Also, if i remove line from syles.css -> .header-selectors-wrapper {
  font-size: 0;
} it reappears in right side of top bar. I checked, that is class that is there by default and size by default is 0.

Any help is more than welcome.


Greetings,

Thank you for your reply!

Please raise a ticket in our support system and provide us with the URL of your store and the version that you use (you can find the version of our products in Nop-Templates -> System Information)

3 years ago

donatiello wrote:
I recently bought the plugin STORE LOCATOR. I wonder if there is a way to use the stores that I create with this plugin as dealers of a product.
Thanks in advance.


Greetings,

Thank you for your reply!

We don't have such functionality for the stores that allow mapping products to a specific store created by Store locator. You may change the resources so that instead of the words store/stores to display dealer/dealers, but the functionality will be the same.

poshopperone1 wrote:
i currently have an add to cart button on the product page that works and its functional. I like to use the button in a html widget. I have tried to copy the code to the source input field area inside a new html widget am creating. The button is dependent  on model and other files to work properly. How can i create the button in html widget and it a functional button. right now the button is created  but it is not functional. I cant click on it and items are not being added to card.  see code below

<div class="row" style="margin-top: 100px;">
<div class="col-lg-12"><input class="btn btn-lg" style="background-color: #ff0000; color: white; width: 128px; height: 40px; border-radius: 20px; font-size: 10px; margin-left: 51%; margin-top: -115px;" type="button" value="RING ME UP" data-productid="@Model.ProductId" />
<div class="cartButton"><!--add-to-cart-button--> <button id="[email protected]" class="btn btn-default" style="margin-top: -66px; margin-left: 215px;" name="btn_addtocart" type="button" data-productid="@Model.ProductId"> @addToCartText </button></div>
</div>
</div>


Greetings,

Thank you for your reply!

Bear in mind that our HTML widgets do not execute any C# code, but only HTML (or JS if you change the type of the widget).

If you wish to include C# code, you may modify the appropriate .cshtml file instead.

3 years ago

JAYQUERY wrote:
Greetings,

Sorry for the delayed response!

There is no such design of the quick tabs in any of our themes, except in our new theme - Voyage (with an Extended gallery layout for the product page selected through the theme settings).

Many thanks for getting back to me, this is exactly what I am looking for, so this functionality only exists in that theme, do you have any plans to add this the Quick Tabs plugin or a new plugin altogether?

Many thanks again


Greetings,

Unfortunately, we don't have it on our roadmap, as once a theme is released, its design is final.

Of course, you are free to modify our theme/plugins as much as you need, however, this task would take a lot of customization to be done.

3 years ago

Greetings,

Sorry for the delayed response!

There is no such design of the quick tabs in any of our themes, except in our new theme - Voyage (with an Extended gallery layout for the product page selected through the theme settings).

3 years ago

poshopperone1 wrote:
I want to change the location of widget zone.  I need to change the design of my page in certain way such as move text in line, move text or feature closer but am having trouble doing so because the area in which am change is controlled by a widget zone. am unable to move text in the same line or move it as close at want it because it controlled by the widget. So i would like to know if its possible to change the position of the widget position. or change the css of the widget.   because i would like to manipulate the style , primarily the location of the zones.


Greetings,

Thank you for reaching out to us!

The location of the zones is not controlled by CSS, you can change the location by editing the .cshtml template file that defines the widget zone.

Bear in mind that our plugins are styled for the existing nopCommerce widget zones, so depending on the location where you want to move it, you might have to add custom CSS later when adding stuff in the widget zone.

3 years ago

[email protected] wrote:
Dear team,
         We are using nop emporium theme on nop 4.40 version. After adding items to cart if we go to shopping cart and try to remove an item its is not getting removed. Any specific settings required for this ?

Regards


Greetings,

Thank you for reaching out to us!

Unfortunately, I'm not able to reproduce the issue locally, nor on our demo.

Could you please raise a ticket and provide us with the URL of your store?

3 years ago

porcelanosa wrote:
Didn't get time to get back to you since I moved away a bit from project. Everything is working more than good now after update. Only problem that is present now is that all sliders but main one, stretch into infinity (literally). They start at lets say 500px, then when first slide it goes to 1000px, then to 5000px, then to 20000px etc... You get the point. This is what happens: https://imgur.com/a/HvUSxxx. This only happens if slider has more than 1 image. If you have any idea what this is, please advise. Thanks!


Greetings,

Please raise a ticket in our support system and provide us with the exact steps to replicate the issue, as currently, I'm not able to. You may provide screenshots of the slider settings if it would be easier for you.

venkatgoud143 wrote:
Hi Dear,

I'm using Nop V4.20 and the ajax filter pro plugin, but my concern is not able to sort orders by default.

Any way /possible to set the sorting order (ascending/descending) by categories and sub-categories.

Advance Thanks,
Venkat Goud.


Greetings,

Thank you for your reply!

The sorting of the products on the categories/subcategories is functionality that comes from nopCommerce. Your users can order by name, price, date created and by display order. You can set the display order of each product so that they are ordered as you desire.