Close

Profile: hristian.dimov

Avatar

User posts

jingchyu wrote:
I would like to know how to prevent the Facebook Shop Plugin from reopening the tab back to my website after clicking the "Details" button in the product page. I personally would like to disable the button since as a user I wouldn't want to navigate to other site while on Facebook.

I have little to moderate understanding of the source code, so you can suggest solutions by modifying source code if it can't be done in the configuration.

Thank you very much


Hi,

Sorry for the late reply!

You can remove the Details button by going to Plugins\SevenSpikes.Nop.Plugins.FacebookShop\Views\FacebookShop\Product.cshtml and remove this line: <a class="button-link details" href="@productUrl" title="@Model.Name" target="_blank">@T("Products.Details")</a>


P.S. Keep in mind that there is not Buy button in the FacebookShop and if you remove the Details button, customers won't be able to navigate back to your site to, for example, buy the product.

Hope this helps!

8 years ago

ifmobler wrote:
I updated the TabSpecifications to allow grouping. In our website it's very useful.
File: views\product\_ProductSpecifications.cshtml
...


Hi,

Thank you for the suggestion, but nopCommerce does not group the specifications and we need to consistent with this. This is why we cannot implement this in the Quick Tabs plugin.

However, someone might like what have you done and use your solution in their sites.

8 years ago

sapphire wrote:
We have a customer who would like to add a video to the banner (Vimeo link) - Ability to add video would be great


Hi Sapphire,

you can achieve this result with the Html Widgets plugin, which allows you to place everything ( including video ) to a certain place(s) on your page(s).

Have you considered it?

Source Code
8 years ago

dobra wrote:
Then, i can change functionalities of pluging ?


Hi,

No, unfortunately, you cannot change the functionality of the plugins.

8 years ago

ifmobler wrote:
Hi
One of the best things in Pavillion theme is the ajax filter, but, I would like to have the abillity to hide an attribute group, is that possible?

If not, guess I need to add this feature.

I believe it's easy by adding a published variable to Model.
@foreach (AttributeFilterGroup attributeFilterGroup in Model.AttributeFilterGroups)
{
  if(attributeFilterGroup.AllowInFilter){...}
}


Hi,

Sorry for the late reply!

There is no built-in feature that allows you to hide certain attribute groups. However, you can do this by adding some logic to the view like you already mentioned.

Hope this helps!

Source Code
8 years ago

dobra wrote:
Hi,

If i buy this plugin collection, can i have the source code or can i develop these plugins ?

Thank you.


Hi,

Unfortunately, the source code is not included. But all of the public views are open for modifications, so you if you need to change something you can do it from there.

Hope this helps!

8 years ago

TomB wrote:
Hi Guys

I was wondering if it would be possible to get a quote on some custom development work needed for the pavilion theme.

We are looking to create custom filter options on the smartproductcollections plugin (please see screen grab). This would need to pulled from a database and listed on the home page, For example computers we would like to filter on i7, i5, i3 and so on.

Please advise.

Thanks


Hi Tom,

usually, we do not do custom work, but just in case contact [email protected]

Hope this helps!

lennilg wrote:
I belive the OP is talking about an issue caused by the same jQuery error. I notice JQuery error when browsing the cart.

The specified value "{{cartItem.quantity}}" is not a valid number. The value must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][-+]?\d+)?

It's culture relateret, only shows when the browser language is not en_US.


Hi,

Thanks for reporting this. We have fixed it and it is currently deploying. It will be ready in a few hours.

Hope this helps!

8 years ago

jkeeler wrote:
I am getting an error when I try to install this plugin:

Could not drop object 'SS_AS_AnywhereSlider' because it is referenced by a FOREIGN KEY constraint.

I was able to install some of your other plugins.


Hi,

it looks like that you have some left-over tables in your database, which should not be there. Basically, go to your database and delete all of the tables which starts with "SS_AS_".

Hope this helps!

8 years ago

Perf wrote:
Hi

I can not get the categoris to be shown in list it still show with pictures. When I try to mark the check box ( marked in yellow) the option with, chosing the manufactor column is not shown, when saving. Could any one help

SC print Mega menu:



Site link:

http://shop.cykeloutlet.dk/

using Brooklyn Them version 3,70

BRG
Per




Hi Per,

I'm not sure that I understand you correctly what you want to achieve. I opened your site and categories are showing in list. Am I missing something?

Looking forward to your reply!