Close

Profile: Boyko

Avatar

User posts

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.

9 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.

9 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.

9 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.

9 years ago

swinstead wrote:
Hi,

Using NopCommerce 3.3 with Art Factory theme. When a person views their shopping cart, the URL of the company logo in the header uses the IP address of the web server instead of the domain.

Website is http://www.rockymountainnaturalsoap.com

How do I diagnose the cause of this problem?

Sean


Hi swinstead,

We visited your web site and the logo url is the same as your web site's domain, which is correct as it should always point to the home page.
I guess it might have been some caching issue. You have probably accessed your web site via the IP of the server and the address has been cached.

SQL Search
9 years ago

ylechasseur wrote:
Hi Guys,

Each time I do a search into my stores, I is rare that I have the right result, either from the mail page search or the advance search.
My SQL text seach is setup as :  CONTAINS and  or with prefix_term. If I want to search in liveforsailing site the product foot block  I will get almost everthing else except that. I am wondering if I shoud twaek the full text search into the SQL server. Before doing something wrong, I prefer asking and you guys,always have the right answers
. I know it is more an american Holiday, but Happy thanks giving.

Want to let you know.. your applications and themes works fantastic .. very very stable ..it is helping so much ,,,so much stuff to worry about ..


Hi yves,

Thank you for the kind words!

The full text search seems to be working fine for us.
I would suggest you to try with the different options available in the nopCommerce administration before doing anything on the server.

nopmstr2014 wrote:
Hi all
When someone purchases or sends a gift card, Is it possible to attach that Gift card image (or attachment file) to GiftCard.Notification email?
Thanks


Hi nopmstr2014,

We are not aware if such functionality exists in nopCommerce 3.4.

10 years ago

BlueMed wrote:
Dear Support Team,

We have news menu on our website main menu and footer.When i click the news link It will show the News title.I want to show some image with title instead Blank title.Or some Effects to news item.Kindly suggest me the solution.

Regards,
Ela



Hi Ela,

If you are talking about the links into the Mega Menu plugin to the News section then you can change them in this file the Views\MegaMenu\MegaMenu.cshtml file.
The code is like this:

if (Model.Settings.IncludeNewsLink)
    {
        <li>
            <a href="@Url.RouteUrl("NewsArchive")" title="@T("News")">@T("News")</a>
        </li>
    }

10 years ago

digitalmbs wrote:
Hi,

I have seen in your Nop-Template cart email, you have nicely formatted table which includes Product in cart as well picture and prices. However, when I added Product with Picture it is not coming as nice format as yours. What do I have to do to get it same.

Also, for customer name I have select Fullname, it is available for all customers but in email it is not coming up correct.

regards.


Hi digitalmbs,

We don't use any special formatting. We simply use the same token that is available in the plugin. I don't know why your formatting is different than ours. So it will be best if you can submit a ticket and add some screenshots, so that we can see what is wrong.