You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.
I am running into a few issues using the RDR theme on the newest Spree. Upon installation according to README instruction. During checkout, the following error occured.
In /app / overrides / spree / orders / replace_cart_detail.rb:
I have been trying my best to work around the problem, however progress is slow due to my limited experience in RoR. If anyone can shed light on the issue, that would be great!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi,
I am running into a few issues using the RDR theme on the newest Spree. Upon installation according to README instruction. During checkout, the following error occured.
<%= t(:subtotal) %>: <%= order_subtotal(@order) %>
order_subtotal was not defined.
< class="payment_method <%= payment_method.id %>" style='display:<%= checked == payment_method.id ? "block" : "none" %>
undefined method `checked'
I have been trying my best to work around the problem, however progress is slow due to my limited experience in RoR. If anyone can shed light on the issue, that would be great!
The text was updated successfully, but these errors were encountered: