#miraclaudia-PricingTable
1 messages · Page 1 of 1 (latest)
<script async src="https://js.stripe.com/v3/pricing-table.js"></script>
<stripe-pricing-table pricing-table-id="prctbl_1LXJ4IEkHTFnl69eX88kLP6M"
publishable-key="pk_live_51JenOsEkHTFnl69e3pwraJY4HarmRlpahEkE5j0kZMCuMDmvfj8GsmqD7MePokNhOAOTJ4zRMVMuNb03Jk22R3Eo00mjGujMYt">
</stripe-pricing-table>
And can you send the support case number ? I'd like to see the previous conversations that you have with Stripe support
It only works here: https://app.mlsend.com/r7b5q4d2p2/ but won't work on my website or in my email preview when reciving in the inbox. My client's wont click the link to open in browser
It was in the online chat
there is not support case number as I didnt receive a follow up email
This is the same email in my inbox with no preview showing under 'TAKE ACTION TODAY' where it is embded but it shows when opening up the browser
or can you share with me your email?
I'd delete it from the chat history once I get it
No probs!
I can't find the support case.
You mentioned that the Stripe referred you to discord but you didn't receive a follow up email. How is it possible?
They gave me to the link to this and said thank you for getting in touch
I don't know?
So you cant help me?
I'm telling you the issue I told them so I don't see why it. matters rorry
I juat want to get the issue sorted
It'll be easier if I can have the previous context to follow up, otherwise you need to explain the whole problem again.
When you say it doesn't work, does it give you any error message?
I've sent you the screenhot and link example that I sent them
It's the exact same message
The preview on the link works but the preview on the email preview that is received in the inbox doesnt work (see screenshot)
As for on my website - when I put the text in my code block and save the changes - nothong shows up on my website. It is blank
Example of website code block then nothing showing on my website
two images
Code block on my website back end
OK I know the problem
Something wrong with the code
Can you change
<script async src="https://js.stripe.com/v3/pricing-table.js%22%3E</script>
to
<script async src="https://js.stripe.com/v3/pricing-table.js%22%3E"></script>
``` ?
one min I will try
Basically the <script> tag is not defined correctly.
That didnt work either I will send screenshots
Send me the latest code the you have in your webpage.
<script async src="https://js.stripe.com/v3/pricing-table.js">"></script>
<stripe-pricing-table pricing-table-id="prctbl_1LXJ4IEkHTFnl69eX88kLP6M"
publishable-key="pk_live_51JenOsEkHTFnl69e3pwraJY4HarmRlpahEkE5j0kZMCuMDmvfj8GsmqD7MePokNhOAOTJ4zRMVMuNb03Jk22R3Eo00mjGujMYt">
</stripe-pricing-table>
Code from Stripe website is: <script async src="https://js.stripe.com/v3/pricing-table.js"></script>
<stripe-pricing-table pricing-table-id="prctbl_1LXJ4IEkHTFnl69eX88kLP6M"
publishable-key="pk_live_51JenOsEkHTFnl69e3pwraJY4HarmRlpahEkE5j0kZMCuMDmvfj8GsmqD7MePokNhOAOTJ4zRMVMuNb03Jk22R3Eo00mjGujMYt">
</stripe-pricing-table>
It works in the email link but not in the email preview and doesnt work at all on my website
The first line is still wrong
Can you replace it with this
<script async src="https://js.stripe.com/v3/pricing-table.js"></script>
Hmm, can you check if you source code is encoded in utf-8?
I dont know what that means sorry
This is where I am getting the code
From the stripe website that has autogenerated it for me
OK, what editor do you use for coding?
Does this image answer that question?
Hmm, so wordpress somehow changes the code.
It's not just in word press though. I also added it to Mailerlite email code block
I don't know why it happens, but it changes the code and that's why it's not working.