Close

Profile: Boyko

Avatar

User posts

8 years ago

Damir wrote:
Hi Damir,

Hello again,

I'm sorry but I don't really see the problem here. If you would change the logic in this then it's just a simple matter of reading the resource string in use and copy it to an appropriate setting when running the update.I suppose there is an SQL script that can be run on the update?
Anyway, I don't really have a problem with this being updated in 3.8, but I think it should be quite easy to copy few resource strings...


The problem is that the resources are per language while the settings are per store :)
The questions is if you have 3 languages in your store then which of them to use when creating the setting?

I hope you see my point now :)

Actually if you have separate languages for each of your stores (you can limit a language per store) then you can have different information about the addresses etc. and you wouldn't need settings.

8 years ago

usautomatic wrote:
How do you turn off payment types for this image? Do you have to edit the image or replace it? Can I disable it somehow? After every upgrade the image comes back with all the options. We do not accept paypal or American express.


Hi usautomatic,

If it is a matter of just hiding some of payment types then you can quite easily hide them with css only.

If you want to hide PayPal and American Express, which are the first and third type in the list then you can add this code below in the Custom Head Styles box in the theme settings:

.accepted-payment-methods .method1, .accepted-payment-methods .method3 {
display: none;
}

This will hide these 2 payment types.

8 years ago

powertexgroup wrote:
Hello Nop Templates Team!

We noticed the Uptown theme page features the "Nop Newsletter" plugin as a highlight. This is exciting for us as it's something customers have been requesting for some time. However, we're having issues with it actually capturing emails.  When we tried to consult the documentation via the plugin help menu, we get a 404.

We noticed in the documentation for the Uptown theme that there isn't a link to this feature, like the rest of the plugins. Your Uptown theme demo page no longer seems to be using it either. Are there known issues with this plugin? Or is it just perhaps my setup?

Any info is appreciated.

Thanks,
Powertex


Hi Powertex,

This plugin is not officially released as a separate plugin that could be purchased.
That is why it does not have any documentation etc. We plan to make this plugin much more powerful and then we will release it as a separate plugin.

8 years ago

Damir wrote:
Hi there...
We have a problem with the theme and I wonder if it's possible to fix it.
We have a multi site installation, where the main site is using default theme and another one is running Pavilion. The problem is that product categories should have different images on these two sites. They also have different sizes and it looks a bit weird on the site with Pavilion theme. Ans we really need different images for categories, it's not just the size issue. We have category routers for example, and we need to show different router as category image so we don't have wrong brand product on any of those sites (it will be 4-5 different sites eventually).

So how can it be done? Is it possible to make category information different on a site basis?
Thanx in advance,
Damir


Hi Damir,

Unfortunately the multi-store support in nopCommerce allows you to limit the whole category to a certain store but you can't have different parts of that category to be per store i.e different images per store etc.
In other words in this case (when you need to have different images) you will need to have different categories for each store.

8 years ago

Damir wrote:
Hi Damir,

I can assure you that we will correct these to be settings rather than resources.

Hi there!
I just wanted to check if this is implemented as setting now. We want to release another site, but we need different contact information in footer.
Thankx,
Damir


Hi Damir,

No, it is not implemented yet. The main reason why we haven't done so is that existing store owners that update their themes will need to reconfigure their shops to use the new settings. Most store owners don't have multi-store but will still be affected. So we are a bit reluctant to do it now rather than doing this as part of the upgrade to 3.8. At the same time when running a multi-store then you have no way to change it so we will rethink this again if there is a way to make these changes. If we come up with a good way to do this and make the updates as smooth as possible for existing store owners then we will do it.

8 years ago

mkzaman wrote:
Suppose, a customer selects an existing address for billing or shipping and then edit the address. After submitting order, it creates an association between the customer and address. Each time a customer selects and edit an address the association happen. Is this a normal behavior?


Hi mkzaman,

This is how nopCommerce work and it is not something we have implemented specifically in the One Page Checkout plugin. In other words if you disable the One Page Checkout you will get the same behavior if you edit an address during the regular checkout.

Bugs
8 years ago

Don Coyote wrote:
Hi. In Category Product Collections, the Tab Builder for any Category cannot be re-opened. You have to delete it and start again if you wish to make any changes.


Hi Don.

Could you please submit a ticket and provide access to your store so that we can investigate and advise?

Damir wrote:
This is taking ages to implement, and we are forced to download everything all the time.
Could you at least place version info on My Downloads page for all products we bought?
Or send out a mail to customers based on their purchases when you update something?
Thanks,
Damir


Hi Damir,

Sending emails is not going to work since we deploy new version almost daily.
For example if we fix a problem in plugin XX we deploy all our products and all of them will have a new version number. So if a product has a new version number it doesn't always mean that this product has some new features or bug fixes. That is why we have this page where we will note any changes that are worth mentioning. So you can check this page for any notable changes for any of the products. Please note that at the moment we don't have any information as we just launched it. But in the future we will be adding here any new features or bug fixes we make. 
I hope this will work for you!

You feedback if this works for you is always welcome!

Bugs
8 years ago

mkzaman wrote:
But when I uninstall the plugin, everything works fine. The sort option change according to the value of the drop down. If I disable the plugin in category page. Shouldn't it perform as per default nop behavior ? 


Hi mkzaman,

I completely misunderstood your initial question. Sorry about that.
You are absolutely right. There is a problem which we will fix and deploy tomorrow.

Thank you again for reporting this!

8 years ago

IvanSlater wrote:
One more question. 

Why the ajax cart plugin doesnt work on mobile devices? Is there a way to enable it?


Hi IvanSlater,

We have intentionally disabled the Ajax Cart on mobile devices as we consider popups as a bad user experience. But there is a hidden setting that you can set to enable the Ajax Cart on mobile devices although it is not officially supported and you might need to adjust the styling of the plugin for mobile devices. Please set this setting "nopajaxcartsettings.enableonmobiledevices" to true.