Jump to content

DAC Wordpress not working


STR8

Recommended Posts

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:

0f1a5f3e45db3b30804bff0136da8341.png 

 

 

 

Please reply with what i am doing wrong and how to fix!

 

Kind regards

Link to comment
Share on other sites

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:

0f1a5f3e45db3b30804bff0136da8341.png 

 

 

 

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.

Link to comment
Share on other sites

  • 1 month later...
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:

0f1a5f3e45db3b30804bff0136da8341.png 

 

 

 

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

Link to comment
Share on other sites

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:

0f1a5f3e45db3b30804bff0136da8341.png 

 

 

 

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>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...