crystalized

Results 5 comments of crystalized

@alanalvespi I was having the exact same problems as you. I did a fresh install of spree 2.4.5 and then added spree_product_zoom before installing any other extensions. Then I installed...

I'm having the same issue in production mode or in development mode with caching enabled. This issue is happening in a fresh clean install of spree_fancy. The only way to...

The hack is working me and I haven't noticed any issues so far. Thank you for posting this, @burlap!

I ran into the opposite of this problem: https://github.com/spree-contrib/better_spree_paypal_express/issues/34 Here's what I modified in the paypal_controller.rb: ``` if pp_response.success? if Spree::Config[:always_include_confirm_step] == true redirect_to provider.express_checkout_url(pp_response) else redirect_to provider.express_checkout_url(pp_response, :useraction =>...

You've got something setup wrong. I'm using "Sole" option in spree 2.4 and it works fine.