Close

Profile: cirkadia

Avatar

User posts

6 years ago

Thanks so much for your reply. I'd previously set the setting you refer to but it doesn't show the +/- we're using v 3.6 and will be upgrading to 3.9, might it be a 3.6 issue?



6 years ago

Thanks for the response! We had an issue with CSS caching and our client has periods of certain products not being available hence why you could see the button for classes and not for food products.

One follow up question, is it possible on mobile devices to have the -/+ buttons show for quantity?

6 years ago

Is there a way to have the add to cart buttons appear on mobile devices?

Our cleint is current on version 3.6 and we'll be running through the upgrade process to 3.9 shortly.

This is currently what we see on our phones:


Live site:
http://wwwthreestonehearth.com

6 years ago

We have a client that operates two stores, one public and one for administration purposes only, we'd like to be able to display the menu on the second store only if the users has administrative rights. Can you give me some pointers if this is possible and where I might dig into to make it happen?

Using Urban theme, but noticing same issue on your demo http://www.themes.urban1.nop-templates.com/ our client has a menu that contains a long list of products. The mobile menu does not allow for scrolling and the menu is cut off.

Do you have a solution for this?

Thanks!

8 years ago

Thanks Iliyan! Opened ticket #1840.

8 years ago

Thanks for your reply!

Could you expand on how to do this:

iliyan.tanev wrote:
Maybe you can achieve this using ActionFilter, but this will require you to reference AjaxCart DLL.

8 years ago

Hi

I have a nop customization which includes modifications to ShoppingCartController methods

AddProductToCart_Catalog
AddProductToCart_Details
AddItemsToCartFromWishlist

The changes are to do with managing product packaging in specific ways, so each of these includes a call to my custom method which is also in ShoppingCartController.

When I check “Enable Nop Ajax Cart” you seem to be overriding ShoppingCartController and I don’t go into the standard nop methods and therefore my method doesn’t get called.

If I uncheck “Enable Nop Ajax Cart” then I go into the standard code, but I don’t get the nice popup.

Can you suggest a way that I can either:
*call my custom method after your overridden method
*cause the popup to come up when using the standard method

Or any other suggestions you may have…

Thanks