price dynamic source or HELP?

Topic summary

A Shopify store owner using the Zendrop theme is struggling with multi-currency pricing for bundle discounts (“get one, get two, get three” offers).

Initial Problem:
While the main product price automatically converts when customers select different markets (e.g., US to Germany/Euro), manually entered bundle discount prices in custom blocks remain in the original currency.

Attempted Solutions:

  • Tried using product.price liquid code with dynamic sources, but currency conversion didn’t work
  • Explored connecting metafields or creating additional products for bundles
  • Considered using custom liquid blocks in the product template schema

Current Status:
The user purchased a bundle app that resolved the currency conversion issue. However, a new problem emerged: the “Buy It Now” button only adds one product to checkout regardless of which bundle offer (1, 2, or 3 products) the customer selects, while the regular “Add to Cart” button works correctly.

Expert Feedback:
Contributors noted that customizing third-party apps for multi-currency is advanced work, suggesting either checking if the app natively supports multi-currency or hiring a developer for custom solutions.

Summarized with AI on October 26. AI used: claude-sonnet-4-5-20250929.


can anyone please help me? I have only a product on my website, the currency of the store is US $ and the location default as the currency is US. Now, I am selling trough europe also. I want my price to be automatically converted in the market choosed by the customer/related currency. I think, what I

have found here on forum helped me to do it by myself. Now, the problem is, that I have zendrop theme, and I have a block where I can add product discount like “get one, get two, get three”. My problem is that in this boxes, get one, get two or get three, I can manually add price, like “price and compared to price” . I did this on the main market US, everything ok. Now, If I change to Germany for example, the mai price of the product will change to euro and will automatically do the currency convert, but in the tab “get one get two and get three” it shows the prices manually entered. I do have the option to connect a source. I have no idea how to do it, like, when I change the store currency in euro or another currency, not only the product price but also the discounted prices to change. Any idea ?

please take a look at the screenshots. The one with the watch is mine and I need help to have the same result like the website product page with the moftpivot pro thing. Thank you in advance

@Alin2025 check if the app has a feature or even supports multicurrency.

Otherwise custom currency is an advanced theme customization, further trying to customize a third party apps is very advanced if sometimes impossible.

If you have a real budget for customizations then contact me for services.
Contact info in forum signature below :down_arrow: :down_arrow: :down_arrow:.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.

You need to bind those block prices to actual product.price logic rather than writing the numbers manually. Check product.price is available in that dynamic source and whether the textbox support liquid code. if yes, you can {{ product.price | times: 2 | money }} and thus the currency should autoconvert based on selected market.

Disclaimer : this is a wild guess.

ii have not find product.price logic or i do not know where to look. Another thing is, I can connect a dynamic source, but I have no idea how to create a meta or something that it can connect with the product price. I was thinking to add 2 more products with the price for (GET two) and (get three) and connected there but I do not know how to connect. I think when there will be connected 2 more products for this bundle it will also automatically change and convert the currency. Thank you for your help.

maybe instead of textbox we need custom liquid type , you may find the code in product-template section {% schema %} . I have not used this zendrop theme before. making a guess here.

I paid for a bundle app and now it is working. Before I have used “product.price” but it was not converting. Everything fixed with the bundle app. the only problem is now, that the “buy button” it does not matter which bundle offer customer choose, send him/she to the checkout with only one product. Example. Bundles offer 3 (3 products for 150$), add to cart + checkout = perfect everything. “Buy button” (buy it now) send to checkout = 1 product (price for offer 1, normal product offer)