Installation Guidlines (Advanced) - with Multi-Currency Support

To integrate the SM Product Options app with your Shopify 2.0 theme and ensure seamless multi-currency support, follow these steps:

Installation Steps

  1. Access Your Shopify Admin Panel
    • Navigate to Shopify Admin.
  2. Navigate to Online Store > Themes
    • In the left-hand menu, click on Online Store, then select Themes.
  3. Customize Your Published Theme
    • Find your current published theme and click Customize.
Customize Your Published Theme
  1. Enable App Embed for SM Product Options
    • In the theme editor, click on the App Embeds icon (⚙️) in the top-left corner.
    • Scroll through the list to find SM Product Options.
    • Toggle the switch to enable the app embed.
  2. Save Your Changes
    • Click the Save button in the top-right corner to apply the changes.
Save theme changes

Configure Multi-Currency Display (Advanced)

If your store utilizes Shopify Markets with multi-currency support, follow these extra steps:

  1. Access Theme Code Editor
    • Go to Online Store > Themes in your Shopify admin.
    • Find your current theme, click on Actions, and select Edit code.
Shopify theme edit code.png
  1. Modify Cart Template
    • In the code editor, search for your cart template or section files.
    • Locate the line:
    <dt>{{ property.first }}:</dt>
    • Immediately after this line, insert:
    <dd class="shopymate-price">
    • Save the changes.

Screenshot #1:

Cart Drawer Screenshot_1
  1. Optional: Additional Configurations
    • If you have enabled Shopify Markets along with a currency converter, further adjustments might be required.
    • Refer to the detailed screenshots provided in the original installation guide for specific code snippets and placement.

Screenshot #2:

Cart Drawer Screenshot_2

Screenshot #3:

Cart Drawer Screenshot_3

Need Assistance?

Back to blog