Close

Profile: hristian.dimov

Avatar

User posts

9 years ago

justinhof wrote:
Good evening,

Really like this plugin. It is doing a great many things that our customers are really enjoying. One thing though that I was wondering if could be added is if a customer does a filter, or has a filter applied, the categories above the products are hidden.

Right now, we have to so it scrolls down to the products, but in using some of your themes, when it scrolls down, the customer has to then scroll up to get to the other filters at the top. Otherwise if you don't, the customer doesn't see the products getting filtered since they end up below the folder.

Here is an example:
https://www.propellerdepot.com/marine-cutless-bearings

Thanks again!
Justin


Hi Justin,

The Ajax Filters plugin provides a way to hook when the filtration is completed. With that you can just hide the subcategories with javascript. Here is an example:

$(document).on('nopAjaxFiltersFiltrationCompleteEvent', function() {
  $('.category-grid.sub-category-grid').hide();
});


But with adding this you need to uncheck the Scroll To Element On The Page After Filtration (Desktop) setting.

Hope this helps!

mukumarshah wrote:
i already post ticket but i can't get responce yet how much time you get to response me.if you don't know this solution just tell me.


my nop ajax filter is not working yet.


Hi,

Please do not duplicated forum posts and tickets !

We have answered to your ticket, you can check it from the My tickets page or from your  email.

Please keep in mind that there is 24 hours response time in business days only!

9 years ago

Rgrant wrote:
I'm reopening this request from client

http://gansinkdigital.com.dock.arvixe.com/cart/aq-heavy-photo-gloss-3

At this level I want the product info full description to display here.

So each product http://gansinkdigital.com.dock.arvixe.com/cart/pg10-36-2

would display in available space, one on top of the other.

So instead of the 3 product links it would display the full product information [all three] here at this ;evel ionstead of having to click one more time to get to this information.


Hi Rgrant,

I'm not sure that I understand what you want. Would it be possible to provide some screenshots so that we can get a better idea of what you want.

Looking forward to your reply!

9 years ago

ramjet69 wrote:
Hello, I mistakenly thought all theme settings were in the db. I am migrating to a new server and it seems my logo, big menu, sliders etc. have gone missing. You can see before http://shopping.wholyliving.com and after http://wholyliving.com.fennel.arvixe.com/. Seems I'm just missing a setting(s) files?


Hi,

Did you move your database and App_Data/InstalledPlugins.txt file to the new server?

9 years ago

Jhopper wrote:
Hello,

I'm working on getting my mobile page speed down and a few of the plugins I use are blocking the page from loading.

Is there a way add an async attribute to the script tag or to have them called before the closing body tag instead of calling them in head?

Thank you :)


Hi Jhopper,

All of the public views are open for modifications, so you can change where the scripts will be rendered.

For example, if you have this code:

Html.AddScriptParts("~/Plugins/SevenSpikes.Core/Scripts/SevenSpikesExtensions.js");

you can make it like this:

Html.AddScriptParts(ResourceLocation.Foot, "~/Plugins/SevenSpikes.Core/Scripts/SevenSpikesExtensions.js");


This way the javascript file will be called before the closing body tag. But to be honest I'm not sure that everything will work as expected if you change this.

Hope this helps!

9 years ago

WallpaperBlvd wrote:
When I try the install the plugin, I am getting this message:

"The ObjectContext instance has been disposed and can no longer be used for operations that require a connection."

I have re-started the application and reloaded the plugins. What does this mean and what should I do?


Hi,

We have answered to your ticket. Please, do not duplicate your questions.

Bugs
9 years ago

insity wrote:
Hi,
A couple of my users have reported the below issue, Please check if anything can be done about the same.

My onepagecheckout version is 3.5.992.16834

When a user is in the checkout page he has the ability to change the quantity of the products in the cart by changing the quantity using the spinner or by directly entering the quantity in the text box but both of these does not change the amount. The amount only changes when the user clicks somewhere outside (I think the event is focus lost when the ajax is fired).

This is confusing the customer because a non-techie / naive user does not know that he has to click somewhere outside to get the amount recalculated and assumes that the unchanged amount is the final amount
or
some users when they realise that the amount has not changed try to press the enter key which submits the form when they only wanted to recalculate the amounts. In case of logged in users pressing enter takes them to payment (in my case) since the address etc is picked from their last order's address.

Hope I was able to articulate the issue, If not please do let me know I will send in more details.


Hi insity,

Yes, you are right. It might be a really confusing for the customers.

And because of that we changed the behavior of the quantity box. Now, when a customer change the quantity either with the spinners or manually entering the number, the order total will be updated by itself. 

Also, we added a check so that the form won't be submitted if a customer hit the enter button.

All you need to do is to update the plugin to the latest version following this article - http://www.nop-templates.com/how-to-update-a-nopcommerce-plugin 

Hope this helps!

web2printchris wrote:
Hi--

We have a problem on our nop commerce 3.5 install. The View loads fine, but whenever you change anything you get an error saying 'not found. please contact the store owner.' When I look in the system log I see errors:

  A public action method 'updatepaymentmethod' was not found on controller 'SevenSpikes.Nop.Plugins.RealOnePageCheckout.Controllers.RealOnePageCheckoutController'.  8/3/2015 2:30:01 PM  View
  Error  A public action method 'updateshippingmethod' was not found on controller 'SevenSpikes.Nop.Plugins.RealOnePageCheckout.Controllers.RealOnePageCheckoutController'.  8/3/2015 2:27:47 PM  View
  Error  A public action method 'updateshippingmethod' was not found on controller 'SevenSpikes.Nop.Plugins.RealOnePageCheckout.Controllers.RealOnePageCheckoutController'.  8/3/2015 2:27:41 PM  View
  Error  A public action method 'updateshippingmethod' was not found on controller 'SevenSpikes.Nop.Plugins.RealOnePageCheckout.Controllers.RealOnePageCheckoutController'.  

I tried to peek inside the dll to see if those methods were there, but it looks to be obfuscated so I hit a brick wall. I'm setting up a sandbox in my development environment to see if its something wrong with my env on the server, but wondering if this is something super simple I'm missing. Let me know if any further information is needed to get help.


Hi,

This is really strange. Would it be possible to send us a link to your site so that we can inspect it ?

Looking forward to your reply!

9 years ago

xcellenceit wrote:
Hi,

     I have Nop Tiffany Responsive Theme. Can you provide sample data for Nop Tiffany Responsive Theme as per shown in your demo or can you provide me downloadable link to download sample data. and also provide me sample data for NOP ALLURE RESPONSIVE THEME.

Thank you.

- Vatsal Desai.


Hi,

Could you please submit a ticket in our ticketing system and we will send you the necessary files.

Thanks.

9 years ago

minespress wrote:
Please give the ability to change the location of the blog list image, perhaps through the use of a custom widget area name? Right now it just prepends the list body with the image and it does not fit our layout / design. 


Hi minespress,

Thank you for the suggestion.

Could you please suggest it to our UserVoice portal and if people vote for it we will implement it.

Thanks.