Close

Profile: hristian.dimov

Avatar

User posts

pvinit wrote:
Hi,

How can I add product pictures/ image with products in customer remainder plugin with the product details?

Please Suggest.


Hi pvinit,

Please note that only the abandoned shopping cart reminder rule has a token %ShoppingCart.ProductsWithPictures% which contains the products with their images.

Hope this helps!

Best regards,
Hristian Dimov
Nop-Templates Team

[email protected] wrote:
Hi Nop-Templates

Your info on the new HTML Plugin indicates that you can create new widget zones with the HTML plugin.

How would you go about doing this, as  I can only find the predefined widget Zones?

I would like to add some HTML code into the body so that I can easily integrate my livechat agent into the website.

thanks

Philip


Hi Philip,

Html WIdgets plugin is not a plugin for creating a new widget zone inside nopCommerce. It is a plugin for 'putting' a content inside an already existing nopCommerce widget zone.

If you need to edit the predefined widget zones open the SupportedWidgetZones.xml file and uncommented the desired widget zone from the specified ones in the file and then Restart the Application.

You can read the documentation for more information.

Hope this helps!

Best regards,
Hristian Dimov
Nop-Templates Team

10 years ago

JonJJ wrote:
Hi

I have 2 types of customers - my whole sale customers and retails customers.
Both of them see different prices on my products however I often experience that my customers are in doubt wether they are actually seeing the retail price or the whole sale price.

1) Is it possible make a ribbon where the condition is that a customer is in a specific role?

2) or even better yet - to check if a product has a tier price attached to it which is assigned to a specific customer role?


Because then I would make a ribbon that would say "wholesale price" so they would not be in doubt any more.

If it is not possible, then other suggestions to solving my problem are most welcome :-)


Hi JonJJ,

Unfortunately you can't achieve that thing with the current version of the ribbons. Luckily we are developing a new framework ( new version of the Conditions and more ) which you will be able to use. In that version there will be customer conditions ( and customer overrides). You can see a part of this already implemented in the Attachments and Html Widgets Plugin ! You can try the new conditions framework and let us know if that is what you are looking for.

Hope this helps!

Best regards,
Hristian Dimov
Nop-Templates.com

10 years ago

hkreklame wrote:
Hi!

I've added a condition for "PriceDifferenceAmmount" "GreaterThan" "1" on my saleribbon. This works fine if a product uses "old price" and a "new price" lower than the old price.

However, i would like the ribbon to appear if a product has special price as well, so i tried adding
"DiscountAmmount"  "GreaterThanOrEqualTo" "1" in another condition with OR.

So now its  "PriceDifferenceAmmount" "GreaterThan" "1"  OR "DiscountAmmount"  "GreaterThanOrEqualTo" "1".

This does not work for products with a specialprice, only with old price\new price.


Hi hkreklame,

The DiscountAmmount condition has nothing to do with the special price of the product. It is related only to discounts( it's used only when you have discounts in nopCommerce )

In 3.2 version we have implemented the HasSpecialPrice condition. Please check our release note as it contains information for the new things implemented in the Ribbons plugin. Unfortunately you can't use it unless you are running nopCommerce 3.2 and Nop Ribbons 3.21 plugin.

Hope this helps!

Best regards,
Hristian Dimov
Nop-templates.com

10 years ago

cheerfulcalf wrote:
Hello everybody!

Could someone help me with Product Tokens? If I place -${old-price-new-price-difference-value} - everything is fine and I can see discount in currency in the Product Ribbon text.
But if I put ${max-discount-percentage} - I always see 0. Tried to assign discount to product, special prices and so on.. Did not help. So how should I use this ${max-discount-percentage} ?

Thank you.


Hi cheerfulcalf,

${max-discount-percentage} token is showing only the percentage of the discounts which are assigned to products and when the discount is not requiring a coupon code(this is  because we can't  know if the user is going to enter a valid coupon code). So discounts with coupon codes are simply ignored. Any other discounts that don't require coupon code should be fine. So probably when you have created a discount for your product the discount has required a coupon code and that is why you have seen 0 as discount percentage.

If you have only new price and old price (no discounts) - then please use the ${old-price-new-price-difference-value} or ${old-price-new-price-difference-percentage} tokens.

Hope this helps!

Best regards,
Hristian Dimov
Nop-Templates.com

10 years ago

otginformatica wrote:
Hi guys,
I am new in this world of nopCommerce, I have installed nopCommerce 3.20 and bought Theme Jewerly. I have inserted into my project some articles (10), with images size 300px and weight 40KB, but the my site is very slow during the navigation,

This is my site of prove:
http://www.esseemme.e-otg.it.temp.anaxanet.com/

Why this problem? Are there solutions?
Thanks so much
Fabio


HI Fabio,

If your web site is slow this is usually because of the hosting you are using. Are you using a shared hosting?

Thanks

10 years ago

otginformatica wrote:
Hi Guys,
I would like to refer you to this page, I need help
http://www.nop-templates.com/boards/topic/864/slow-page-loading-with-nopc-320

: (
Thanks
Fabio


Hi Fabio,

Please don't duplicate posts!

Thanks

10 years ago

jkeeler wrote:
When I am viewing our site on a mobile device (shrinking the browser to mobile size) the product pages with multiple images blow up larger than the screen. Is there a way to just make the click of the secondary images change the main product image within the page rather than blow it up in a lightbox?


Hi jkeeler,

Usually we remove the Cloud Zoom on mobile devices. That's why you see the default nopCommerce lightbox. If you want to leave the Cloud Zoom regardless of the device:
1. Open the \Scripts\cloud-zoom-custom.min.js
2. Replace
!$.isMobile() && 768 < a.width
with
true

3. Save the file.

P.S. There is a difference between opening the site on a mobile device and shrinking the browser to mobile size.

Hope this helps !

Best regards,
Hristian Dimov
Nop-Templates Team

10 years ago

naguib2007 wrote:
nopcommerce works in my local machine and when i published to my local iis
but when i purplish website to a remote server i got this error  
....


Hi naguib2007,

Make sure that you have SevenSpikes.Theme.Lighthouse plugin in you website Plugins directory.
Hope this helps!

Best regards,
Hristian Dimov
Nop-Templates Team

10 years ago

linkxperts wrote:
Hi,
We use the Fashion theme for nop 3.10.
How can we place the jcarrousel inbetween the Anywhere Slider and the HomePageText topic?
Regards,
Marcel


Hi linkxperts,

The easiest way is to change the Themes\Fashion\Views\Home\Index.cshtml view as it follows:

swap the line: @Html.Action("TopicBlock", "Topic", new { systemName = "HomePageText" })
with this one: @Html.Widget("fashion_home_page_after_main_slider")

Here is how it should looks like after the change:

@Html.Widget("home_page_main_slider")
        
@Html.Widget("fashion_home_page_after_main_slider")

@Html.Action("TopicBlock", "Topic", new { systemName = "HomePageText" })



Then place your JCarousel in the fashion_home_page_after_main_slider widget zone.

Hope this helps!

Best regards,
Hristian Dimov
Nop Templates Team