How to call php file on checkout page in shopify using custom app - shopify

I am creating shopify app and there i gave option for video url or iframe in backend and now i want to access it on checkout thank you page.
Reference url of checkout page:
https://checkout.shopify.com/13865223/checkouts/8a6f73e477342f511954f161a2707135/thank_you

If you'd like to place content on the order status page (also known as the thank you page) then try creating a ScriptTag with the scope property set to order_status.
You can add content boxes to the page using the Shopify.Checkout.OrderStatus.addContentBox() JavaScript API.

Related

How to call custom community page in visualforce page in Salesforce

I want to call custom community page URL from my custom Visualforce page. My VF page having one Terms and condition custom label where i have used Href tag for redirecting form VF Page to Community pages.But somehow it is opening login flow Url not in community page Url.
Because my Visual force page is called in Login flow of salesforce.
So can any one please help on this to how to solve this issue.
Thanks in advance

How to get Shopify API programmatically

I'm building a React Native app with Shopify integration issues.
After creating a private app in the Shopify admin panel, I need help getting the Shopify API programmatically.
You will need the Shopify API URL (enter image description hereExample URL in the screenshot) to receive your shopify product.
To create an API URL, shopify users need to add an API key and API password and hostname manually on the React Native app.
I have done this feature, but it is very inconvenient for users.
That's why I need to get the API URL programmatically after the user logs into Shopify with email and password in WebView.
I thought I could get the API URL by web scraping after the user login Shopify.
Is it possible? Please help if possible.
Regards.
It is as simple as using your shop name in the URL, such as shopname.myshopify.com. But the best thing you can do is click the copy button on the Example URL field and use the full example URL so you know there are no errors.
Unfortunately, Shopify obscures this field because the apikey and password are so long. When you look at the field, it isn't clear they provided you with a complete and working URL.
Good luck

How to create new template in Cornerstone theme using stencil framework

I am new to Bigcommerce, I need to create a page template in my Bigcommerce theme (Cornerstone).
I have followed the documentation but its redirected to 404 page. Please help me in this.
I have also tried with the below link but the Url redirected to 404 page
Creating a custom page template in stencil for bigcommerce
Note : I have installed stencil framework in local environment and trying it
https://developer.bigcommerce.com/stencil-docs/template-files/custom-templates/about-custom-templates
One common cause for 404 errors when working with custom templates locally is that the page the custom template has been mapped to isn't a page that exists in the live store. For example, if you map "custom-product.html":"/my-product/" in your .stencil file, you'll need to have created a product page in your live store with the URL /my-product/. The template needs to map to a live page of the same type: if you're creating a webpage, you'll need to map to a real webpage; if you're creating a category page, you'd map the custom template to one of your existing category URLs. Hope this helps!

Social Media Sharing on custom query page

I am getting custom posts on a page, and used add to any sharing plugin, the problem is that the plugin is sharing the page url instead of post url.
https://wordpress.org/plugins/add-to-any/
solved the issue by passing the permalink in shortcode..

upload the html page into custom page of CA Agile rally through code

Is there any way to upload the Html page into custom page of CA Agile rally through code instead of manually doing it, through Web apis.
There is currently no fully supported way to do this via the API. There are private endpoints in the product which could technically be used for this but there is no guarantee their paths or arguments will not change.
If you'd like to explore doing this you can inspect the network tab in your browser when you create a new page (/slm/wt/new.sp) and when you add a custom html app to it (/slm/dashboard/addpanel.sp) and when you edit the settings with your code (/slm/dashboard/changepanelsettings.sp)