STR8 Posted April 17, 2023 Share Posted April 17, 2023 Hi so i think i have folloed all steps to implementing upminds DAC CHecker to my wordpress site. I need to know what im doing worng to solve this. This is the code i am using: " <script src="https://widgets.upmind.app/dac/upm-dac.min.js"></script> <upm-dac order-config-url="{http://panel.str8.host}" currency-code="{GBP}" ></upm-dac> " This is what i see in response onsite: Please reply with what i am doing wrong and how to fix! Kind regards Quote Link to comment Share on other sites More sharing options...
Luis Posted April 18, 2023 Share Posted April 18, 2023 3 hours ago, STR8 said: Hi so i think i have folloed all steps to implementing upminds DAC CHecker to my wordpress site. I need to know what im doing worng to solve this. This is the code i am using: " <script src="https://widgets.upmind.app/dac/upm-dac.min.js"></script> <upm-dac order-config-url="{http://panel.str8.host}" currency-code="{GBP}" ></upm-dac> " This is what i see in response onsite: Please reply with what i am doing wrong and how to fix! Kind regards Did you add the website domain in Upmind's domain manager? /admin/settings/domains I had to add it there and then it worked. Quote Link to comment Share on other sites More sharing options...
DotHost NG Posted June 4, 2023 Share Posted June 4, 2023 On 4/17/2023 at 10:25 PM, STR8 said: Hi so i think i have folloed all steps to implementing upminds DAC CHecker to my wordpress site. I need to know what im doing worng to solve this. This is the code i am using: " <script src="https://widgets.upmind.app/dac/upm-dac.min.js"></script> <upm-dac order-config-url="{http://panel.str8.host}" currency-code="{GBP}" ></upm-dac> " This is what i see in response onsite: Please reply with what i am doing wrong and how to fix! Kind regards This code should work for you based on this video tutorial ; <script src="https://widgets.upmind.app/dac/upm-dac.min.js"></script> <upm-dac order-config-url="http://panel.str8.host" currency-code="GBP" ></upm-dac> Video Tutorial; if this doesnt work, it means there is an issue from Upmind Quote Link to comment Share on other sites More sharing options...
DotHost NG Posted June 4, 2023 Share Posted June 4, 2023 On 4/17/2023 at 10:25 PM, STR8 said: Hi so i think i have folloed all steps to implementing upminds DAC CHecker to my wordpress site. I need to know what im doing worng to solve this. This is the code i am using: " <script src="https://widgets.upmind.app/dac/upm-dac.min.js"></script> <upm-dac order-config-url="{http://panel.str8.host}" currency-code="{GBP}" ></upm-dac> " This is what i see in response onsite: Please reply with what i am doing wrong and how to fix! Kind regards For clarity, I removed the curly brackets - {} <script src="https://widgets.upmind.app/dac/upm-dac.min.js"></script> <upm-dac order-config-url="{http://panel.str8.host}" currency-code="{GBP}" ></upm-dac> New code should be; <script src="https://widgets.upmind.app/dac/upm-dac.min.js"></script> <upm-dac order-config-url="http://panel.str8.host" currency-code="GBP" ></upm-dac> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.