I own www.romaniandrinks.co.uk and I have the impression that the SCV is pretty low and most people decide to stick to 1-2 products compared to what the compare is experiencing.
One cause could be the lack of clear next steps after a product has been added to the shopping basket. As you can see from the enclosed screenshots, the customers would need to search for the burger menu on the top left to go back to the product menu. I would like on this page to add 1-2 buttons to guide the customers back to the products.
If you just need a button like “Continue shopping” to navigate clients back to the “all-products” page, add this code to the cart page/cart drawer and change the href if needed.
{%- if settings.cart_notes_enable and type == ‘page’ -%}
{{ 'cart.note' | t }}
{{ cart.note }}
{%- endif -%}
{%- liquid
if cart.taxes_included and shop.shipping_policy.body != blank
echo 'cart.policies.taxes_included_and_shipping_policy_html' | t: link: shop.shipping_policy.url
elsif cart.taxes_included
echo 'cart.policies.taxes_included_but_shipping_at_checkout' | t
elsif shop.shipping_policy.body != blank
echo 'cart.policies.taxes_and_shipping_policy_at_checkout_html' | t: link: shop.shipping_policy.url
else
echo 'cart.policies.taxes_and_shipping_at_checkout' | t
endif
-%}
{%- unless type == 'page' -%}
{%- if settings.cart_drawer_actions contains 'show-view' -%}
{{ 'cart.view_cart' | t }}
{%- endif -%}
{%- endunless -%}
{%- if settings.cart_drawer_actions contains 'show-checkout' or type == 'page' -%}
{{ 'cart.checkout' | t }}
{%- endif -%}
{%- unless template contains ‘order’ -%}
{%- if settings.cart_drawer_actions contains ‘show-checkout’ or type == ‘page’ -%}
{%- if additional_checkout_buttons and settings.cart_additional_buttons -%}
If so, you may not put the code into the cart-subtotal.liquid. consider copy the code to main-cart.liquid. like here below the “shopping cart” headline