Alberto Vena

Results 34 issues of Alberto Vena

Shouldn't the sale_price been added to the variants permitted attributes too? https://github.com/spree/spree-guides/blob/master/content/developer/tutorials/extensions_tutorial.md#adding-a-sale-price-to-variants

## Description Introduce a new interface for creating and editing shipping categories. ## Features - Implement the interface described in the design with specified fields in a modal component. ##...

For example it will both support `zh-CN` and `zh-cn` segments. Here's the code we used for a project we are working on: ``` ruby module CaseInsensitiveLocaleSupport # Extract the segment...

**Desired Behavior** At the moment of writing, we are considering to load the Stripe JS code in the confirm step to be sure that when requested, we can load the...

enhancement

Solidus allows merging orders during checkout. Eg: - user opens the website on their mobile device - user logs in - user adds items to a new order - user...

enhancement

Solidus will soon have a 3.0 version. We should allow gemspec of the extension template to support Solidus 3 as well. Also, we can change the Ruby version to allow...

Running `bin/sandbox` we can see how solidus options are propagated to other gem installation as well. In the sandbox generation logs: ``` rails generate rspec:install --auto-accept --auto-run-migrations ``` `--auto-accept --auto-run-migrations`...

bug

After the first pass, we can explore alternatives to remove code from views. There are a lot of things that we can use, eg https://github.com/github/view_component.

experiment
refactor

We currently use a non-common use case and we should swap the addresses which is the most common use case.

See: https://github.com/solidusio-contrib/solidus_paypal_commerce_platform/pull/100#issuecomment-704627121 I think we can evaluate restoring them or provide another way for doing the same thing in the new frontend.

bug