Close

Profile: Deni

Avatar

User posts

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

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

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

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

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 !

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

Item Numbers
9 years ago

objecta wrote:
Hi

When You write that Sku is always included in the search, does this also include the Sku in the ProductAttributeCombination table?

If not, will this be posible and can I edit the Stored Proc. (ProductLoadAllPagedNopAjaxFilters) to include the table in the search?

Best regards
Objecta Data


Hi, 

At the moment the Instant Search plugin does not search by attribute combination SKUs.

We will discuss its integration and will plan to add it soon.

Unfortunately, we can not provide our stored procedure.


Thanks for your feedback !

Hi, 

Have you tried to click on the editor Tools > Source code and see if these <br/> tags are available.

Another thing you can try is to just print the text like this, because it should be already escaped and safe for printing:

@Model.FormattedText


I hope this helped !