¿How can I publish different products in different currencies?

Topic summary

A user wants to display some products in USD and others in MXN on the same Shopify store, rather than converting all products to a single currency.

Proposed Solution:

  • Enable multi-currency support through Shopify Payments in Settings > Payments
  • Add both USD and MXN as available currency options
  • Configure market-specific settings to support local checkout currencies
  • Implement currency selectors in the theme using localization objects
  • Use locale-aware URLs for better SEO

Current Status:
The discussion remains open with no confirmation whether this solution addresses the original need to assign different currencies to specific products (rather than offering customer-selectable currencies store-wide).

Summarized with AI on November 1. AI used: claude-sonnet-4-5-20250929.

I would like to publish products on my website in USD Dollars, and other products in MXN Pesos in the same website.

I have checked the currency converters, but they only convert all the products into one or another currency.

Is there a way I can do this?

Hi @Hydrocultura ,

You can definitely set up your Shopify store to support multiple currencies! Here’s how you can do it:

  1. Enable Multi-Currency Support: Go to your Shopify Admin, click on Settings > Payments, and select Shopify Payments. Expand the section and check if your store is eligible. Then, click on Manage and select the markets you want to support. Here, you can enable local checkout currencies.

  2. Set Up Currency Options: You can add both USD Dollars and MXN Pesos as currency options. This way, customers can choose their preferred currency during checkout.

  3. Customize Your Theme: Use the localization object in your theme to implement country and currency selectors. This allows customers to manually choose their preferred currency.

  4. Locale-Aware URLs: Ensure your URLs are locale-aware to improve SEO and user experience.