Close

Profile: Boyko

Avatar

User posts

Bugs
10 years ago

madsgodvinjensen wrote:

I actually tried to submit a ticket before posting here but it doesn't work. The form finds no products no matter what I write. And if no product is found the text box is cleared. And the field is required... Can I send you an e-mail instead?


Hi madsgodvinjensen,

I guess you are trying to submit a ticket from an account that has no valid licenses. Please the account with which you have purchased the product for which you want to submit a ticket. We no longer accept support emails as we manage our support via the ticketing system.

leen3o wrote:
I have the latest version in v3.50 of nopcommerce, if I use the slider or a filter it seems to work behind the scenes. As in I see the Ajax call, if I check in Chrome inspector I can see the response and it's returning HTML of the products.

BUT it's just not updating the actual HTML on the screen, I've doubled checked the 'Products Grid Panel Selector' and it's correct - Its the '.product-grid'. But it's not replacing the content inside this div? Is this a bug in the latest one?


Hi leen3o,

We are not aware of such a problem in 3.5. Could you please provide a link to your web site, so that we can take a look?

10 years ago

gophfy wrote:
Hi,

Can I safely upgrade to 3.5 using this template?
Cheers


Hi gophfy,

We are about to release nopCommerce 3.5 compatible versions of our products later today. We will announce the release in our Releases section

10 years ago

lob337 wrote:
Hi we have a problem w Ajax Cart for v 3.10. Unfortunately we are in a position where we cant upgrade to a newer version just yet.


Hi lob337,

Could you provide a link to your web site where you experience this, so that we can take a look?

svdhorst wrote:
I recently migrated my NopCommerce sites to a new server. Originally the sites were located on the C: drive, now they are on the D: drive.


Please double check if the Ajax Cat plugin is copied into the Plugins folder of your new installation. Also double check if the AjaxCart is present in the InstalledPlugins.txt file.
If they are present then you probably need to add a few empty spaces in your Global.asax.

nopmstr2014 wrote:
Hi all
Is there anyway to display HTML widget inside Product details block.

May be above RRP or below Availability

Right now  we are using productdetails_add_info widget Zone.

We have another issue with this Zone - In Desktop view it is positioned just below Add to cart button .This is fine .

But in mobile view widget moves to left side of the page and it doesnt stay below Add to cart button.

Can this be fixed?

Thanks


Hi nopmstr2014,

You can add a custom widget zone and place it whenever you want in the markup. Here we have explained how to add a custom widget zone.
I don't know what html you have included but most probably you need to add some styling to it in order to be properly displayed in the different resolutions.

10 years ago

naresh wrote:
Hi 
I am not able to find skin "default-3-items" in Nop JCarousel theme folder for customization, I am looking to have different theme on different pages, I am using nop3.30


Hi naresh,

I guess you are talking about the skin of the carousel. The skin defines a css class that is put to the jcarousel element in the html and allows you to add styling for it. You do not need a separate .css file for it. You can define it in any .css file.
But you can't have different skins for different pages for a single carousel.
Once you define the skins for the carousel they are always present on any page the carousel is shown.

joster wrote:
The following section of code, from the ProductTemplate.Simple.cshtml, never seems to execute, as the manufacturer and categories don't appear like on the demo. 
[/code]


Hi joster,

There was an issue with the ActionFilter that populates the model but it is already fixed.
Please update the Fashion theme plugin .dll file. Please note that you need to update the Core plugin as well.

10 years ago

beatmaster wrote:
I am having the same problem, my customer reminders don´t look like the one shown on your Customer reminders overview page

It is supposed to look like this: http://i.imgur.com/qngo1Zw.png

Mine however looks like this: http://i.imgur.com/4svWCl8.png

Here is a reminder I got from you, it also does not look like the one showed on the overview page but looks more like mine: http://i.imgur.com/auCGgHT.png

I am using Nopcommerce 3.1


Hi beatmaster,

Thank you for the clarification!
I see now that this is could be misleading.
There are two important things here - the styling and the information.

About the styling I believe that you understand that this is a sample email and it doesn't mean that all emails will look this way. Please note that the email templates can be edited from the administration of the plugin, so you can style them in whatever way you want. We try to keep the default one as simple as possible and leave the customization to the customer.
For the image on the product page - our designer just wanted to make it looks good with the overall design of our new web site.

About the information - prior to nopCommerce 3.4 you couldn't modify the generated products with pictures html. So in nopCommerce 3.1 you can only have the picture with size 75 px and the product title below it (same as yours and our templates) . Since nopCommerce 3.4 we made the information in this token %ShoppingCart.ProductsWithPictures% to be editable in a separate view - AbandonedShoppingCartTemplate.cshtml. So now you can change the generated markup for the product information to whatever you want i.e have a bigger picture and place it on the left side and the product name on the right side etc. All the other information can also be show i.e price, short description etc. but it is not shown by default and if you want to show it you need to modify the AbandonedShoppingCartTemplate.cshtml view (coding skills required).

As it seems like you prefer the design shown on the product page and also to eliminate any misleading information we decided to change the layout of the products with pictures token. We will make it similar to the one on the product page but we can do this after the release of nopCommerce 3.5, which is expected next week and we will do it directly for nopCommerce 3.5.

10 years ago

BlueMed wrote:

I want to add image to the news item title "Our upcoming Trade Shows 2014 - 2015"
Kindly let me know, if there is a possibility.

Regards,
Ela
BlueMed Dev Team.



Hi Ela,

I see now that you want to show images for the news items in the News page. This has nothing to do with the Mega Menu.
Unfortunalty in nopCommerce there is no way to associate an image with a news item, so this is not possible.