Can i give link of php landing page or module to the shopify website?
i want to give one link which redirect the customer to different new tab which made in php language. is it possible in Shopify?
Whether a Shopify store can link to or host a PHP landing page/module.
You can add an HTML anchor ( link element) in your Shopify theme/content that points to an externally hosted PHP page. If desired, set it to open in a new tab (e.g., target=“_blank”).
Shopify does not support running PHP on its platform. It supports Liquid (Shopify’s templating language), HTML, CSS, and JavaScript for themes and storefront behavior.
Because PHP cannot run within Shopify, you cannot mix PHP into a Shopify theme or use PHP to add features like an extra menu column inside the Shopify environment. Such PHP functionality must live on a separate server and be accessed via links.
Outcome: The limitation was acknowledged, with a suggestion to check with Shopify Support for confirmation. The discussion concludes without further actions; linking externally is the practical solution.
Can i give link of php landing page or module to the shopify website?
i want to give one link which redirect the customer to different new tab which made in php language. is it possible in Shopify?
[email removed] - you can use tag of html, put your link in it, so anyone who clicks on it, goes to your php page link
shopify platform accept the php module or webpage?
@Su9 - your php is completely separate page right? shopify do not allow php, but separate page can be linked
How can two languages be mixed in one platform? i want to add a complete
menu column extra through PHP. is it possible?
@Su9 - i do not think it is possible with shopify, ask support though
Thank you for your reply.
@Su9 - welcome