Has this ever been looked at? I get the same issue when I have the following checked:
Preselect last billing
Preselect last shipping
Enable ship to same address as billing
The shipping event fires, but the log produces the same errors noted below about not being available. If I unselect the preselect last shipping button, then it works but flickers on page.
I have narrowed the issue down to the fact that I have a multi-site setup, with each site using a different theme from Nop Templates. However, the Category page that is used is always from one theme, not specifically the theme that is specified for the site.
Is there any way to have only one theme available as a plugin to one site? That way the routing only looks at the one theme folder?
I currently have a nop installation running three sites that each have a specific theme from Nop Templates. They are:
http://nop.deepblueyachtsupply.com - Uses Traction theme
https://www.lauderdaleprop.com - Uses Nitro theme
https://www.propellerdepot.com - Uses Motion theme
For the default site, the URL for images get intermingled with URLs of the other two sites domain wise, and it adds weird stuff in place of the nop section. This includes things like ww.w, 4www, and most recently alt1.aspmx.l.google.com.
Because the products and images are all used between sites, the images load. However, Google is now indexing these weird URLs and dinging the sites.
Feel free to go to http://nop.deepblueyachtsupply.com and do a view source to see.
Have you all seen this before, and what could be causing the image URL to not be set to the domain that the request comes from for this theme?
Thanks,
Justin
I have installed the new version from 3.6 and this does not fix the issue. Any chance you can take a look?
https://www.propellerdepot.com/outboard-propellers
Awesome, thank you so much. The nopAjaxFiltersFiltrationCompleteEvent worked great.
I noticed there is a way to get totalCount from that call as well. Anything special I need to do to get it? I tried adding it to the function as a parameter but nothing.
Thanks again!
Hello,
Is there a way to create a slider that mimics this type, in the below link? Basically have the text that goes over the image not just appear at the bottom:
http://livedemo00.template-help.com/magento_55038/
Thanks,
Justin
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
Hello,
Is there a way to have the Quick Tabs work on a Category or Manufacturer page? I am looking to accomplish something like this:
http://www.deepblueyachtsupply.com/marine-bearings/cutless-bearings
Thanks,
Justin
I have been able to recreate the issue now, and it is related to getting the server response time increased to the point that it looks like something isn't firing in the right order. I confirmed that the _ProductListBox file is used and such. So now I am wondering what the fix was to see if that is getting executed correctly.
If you want to debug, I have the issue back on the pages below.
https://www.propellerdepot.com/naval-brass-metric-cutless-bearings
Thanks,
Justin
After updating to version 3.6, there seems to be a setting I can't find for one of my sites. On the category page, the Filter by Attributes section shows while the other sites do not have this. I can't find the setting that controls this:
Model.PagingFilteringContext.SpecificationFilter.Enabled
The broken site is here:
http://dev.deepblueyachtsupply.com/non-metal-cutlass-bearings
The working sites are here:
https://www.propellerdepot.com/non-metallic-cutless-bearings
https://www.lauderdaleprop.com/wholesale-non-metallic-cutless-bearings
I have hunted through to find that setting that looks to be enabled on the first site but not the other two with no luck. Anyone know where I can find that in 3.6?