Close

Profile: Boyko

Avatar

User posts

violabg wrote:
Nop Ajax Cart on Product Page, always start with quantity set to 1, and when you click the add to cart button it does not honor the product with minimum quantity.
This is true for single variant product and for multi variant products where the first variant get 1 has quantity.

Hi violabg,

We changed the Ajax Cart plugin to show the minimum quantity on catalog pages. You need to update the plugin to the new version by downloading your package again update the Core and Ajax Cart plugin folders.

Thanks

IE 9.0
11 years ago

herzow wrote:
Add to cart doesn't work.  AJAX modal pops and the cart is incremented by 1.  But, when I click "view my cart" it is empty and reverts back to zero.

It works in Firefox just fine.

I want to buy this theme, but need to know it will work in IE - which is still the most popular browser.

-Bill



Hi Bill,

Do you still experience this issue? We tried but we can't reproduce it. Do you click  "view your basket" in the modal popup or you close the popup and then click the shopping cart? Also are you logged in web site or you are not.

Many thanks!  

11 years ago

BobdeBouwer wrote:
Hi,

I love your plugins! I just installed this search op my webshop and is working like a charm!

I am running on nop 2.65 with 40.000 products in 740 categories. Is it possible to show the category group (with image and product count) if the results are more then like 25. Or maybe 2 column view with products and groups? I can email or PM you guys an example site.

Greets, BobdeBouwer


Hi BobdeBouwer,

We are glad that you like the plugins and thank you for the suggestions.
Please feel free to post the live links here in the forum, so that other guys that have ideas can share them here. Also feel free to post this in our UserVoice portal with as much details as you can, so that other users can vote for it. I think that there is already a suggestion about category search similar to the imdb.com web site.

Many thanks!

11 years ago

drcomputer wrote:
Hi,
I am using Nopcommerce2.8 with electroncics theme. when I am changing _columnThree.cshtml to _columnTwo.cshtml in index.cshtml in \theme\electronics\view\home\index.cshtml, the site is showing errorpage.


Please refer to our nopCommerce troubleshooting guide to get the error message, so that we can help.

Thanks

11 years ago

bprichard wrote:
v2.8. I have changed my view files CategoryTemplate.ProductsInGridOrLines etc to display 4 columns instead of 3. This works fine, but when I click a filter it reverts back to 3 columns.

Is there changes that need to be made elsewhere?


Hi bprichard,

Yes, you need to make the same changes in the template used by the Ajax Filters.
Plugins\SevenSpikes.Nop.AjaxFilters\Views\Catalog7Spikes\CategoryTemplate.ProductsInGridOrLines.cshtml

Have a great weekend!

11 years ago

drcomputer wrote:
when I change columnthree to columntwo in index.cshtml it is showing error. Please help me out


Hi drcomputer,

Which version of nopCommerce do you use? What is the error?

Thanks

11 years ago

s.jaspreet wrote:
You are right, its for Jewelry Theme...my bad.

However, how can we fix that?


Hi s.jaspreet,

You are right. We need to improve the styling of the site map. The guys will do it on Monday and we will let you know when to get the new css.

Have a great weekend!

11 years ago

s.jaspreet wrote:
I am trying to access sitemap of the domain using http://yoursite/sitemap.

But the layout totally off (as per the fashion theme), is there a fix for this?

All I see hyperlink to site category and some topic pages with no css applied to it. (Can't show this to customers)

Is there any other way get formatted sitemap? I would like to create a link for this in footer.

Any suggestion would be appreciated..


Hi s.jaspreet,

Are you using the Fashion or Jewelry theme as per our records you have a license for the Jewelry theme?

Thanks

11 years ago

fireblade669 wrote:
Thanks for the rapid reply. I will have a peep here to see if there is some reason why the caching might not be working and report back.


Hi fireblade669,

We made some caching improvements to the Nop Ajax Filters. Could you download the Ajax Filters again and update to the latest version for nopCommerce 2.7 and test them? You need to update the plugin .dll only and restart the application.

Please let us know how it goes!

Thanks

11 years ago

fireblade669 wrote:
Hi there,

Just wondered if anyone has found a way to improve speed (perhaps indexes) when using Ajax Filters with a large(ish) number of products and filters. I have 700 products with 4600 Specification Attribute mappings, 500 Variant Attribute mappings and then I'm also using the price range filter. Can be seen in action here: http://www.mypad.je/sofa .

We're seeing time to first byte of about 1.7 seconds on the above page. If I remove the filter control, it decreases to about 0.7 seconds.

Any ideas much appreciated.


Hi fireblade669,

The strange thing is that the Ajax Filters does cache the model after the first request and it should be really fast when you open the same category for a second time as no requests to the database are made afterwards.
You can try to Clear the Cache from the administration and measure it, although nopCommerce also caches the Category navigation on the left and it should be much slower.
We will test locally why even though there is caching in the Filters it takes one more second as you describe.

Thanks