Close

Profile: Deni

Avatar

User posts

7 years ago

Hi, 

Please go to All Settings and search by name "nopajaxcartsettings.enableonmobiledevices". 

Make this setting value "True" and now you will have the Ajax Cart shown on mobile devices.


I hope this helped !

7 years ago

myo myint han wrote:
Yeah. if you can hide logo on scrolling on mobile , that is great. 


Hi, 

The setting is created and deployed.

Please update your Pavilion theme and you will find the setting in the Pavilion administration under "Additional Settings" tab.

7 years ago

Hi, 

We have discussed this and we are still not sure that we should expect and support HTML in the short description.

So, let`s other customers decide if it will be helpful, so please suggest it in our user voice portal.

7 years ago

Hi, 

In general I do not think that this is correct behaviour in nopCommerce, but we will think about fixing this in our plugin and will let you know.

Thanks for your feedback!

8 years ago

leona wrote:
we use short-description as "Product Description SEO Template"
like it: http://file.flnet.tw/file/001.jpg

but use FB share function will show the html tag: http://file.flnet.tw/file/002.jpg

can you help me to show only word without html tag?

Thanks.



Hi, 

As far as I can see the product Short Description field does not allow HTML inside it. I do not how you have added this HTML into it, but that this is why you see the plain mark-up.

May you provide a screenshot of this product administration - more specifically the short description field.

jaquino89 wrote:
I have searched and searched on the internet for a solution to this but still I have not found a solution. Please help!
How do I insert and edit the cshtml for a Checkbox for option to autofill Shipping address the same as billing address?
We are using Nop 3.60 and have 1 page checkout plugin. When the customer checks out they have to manually fill in Billing and Shipping address. I want to insert a button that allows them to check it so it autofills the shipping address to be the same as the Billing address for easier checkout.


Hi, 

If you are using our One Page Checkout plugin, it has a setting in its administration, called "Enable Ship To Same Address by default". Just enable it and the shipping address will be the same as the billing address.

I hope this helped !

DonGadiano wrote:
Hi,

Sorry if it took me some time before i could replay to this, i will send a ticket to share you the link of our site :)

Thanks in advance!


Hi, 

As we have replied to your ticket you have to make the following changes:

1. On the element '.main' add class "master-wrapper-page".

2. Add this CSS to "clear" the float of the inner elements:
.product-grid, .product-list {
   overflow: hidden;
}

3. Each <li data-productid=""> that holds a product must have class "item-box".


Regards !

8 years ago

Hi, 

We have replied to your ticket. Please reply to it, so we can help you.

The Core plugin can not be uninstalled if any other our plugin is installed.

Waiting for your reply !

Ebrahim wrote:
thanks for answer. But Can you tell me How can I do it? How can change the property?


Hi, 

Go to the ForumPostModel class and make the property "FormattedText" to have attribute [AllowHtml]. You will need "using System.Web.Mvc;".

I hope this helped !

Hi, 

I think you should change the property FormattedText in the ForumPostModel to allow HTML.