FROM CACHE - de_header
Diese Community hat auf Peer-to-Peer-Support umgestellt. Der Shopify Support wird diese Community nicht mehr betreuen. Wir empfehlen dir, dich mit anderen Händler:innen und Partner:innen in Verbindung zu setzen, um Unterstützung zu erhalten und Erfahrungen auszutauschen. Bitte melde weiterhin alles, was gegen unseren Verhaltenskodex verstößt, oder Inhalte, die deiner Meinung nach entfernt werden sollten.

I want to install shopify in custom PHP site

Gelöst

I want to install shopify in custom PHP site

WordleFrancias
Tourist
3 0 1

Hi team i want to install the shopify on my custom PHP website is that any option i provide the FreeSEOToolsWorld please check and let me know,

1 AKZEPTIERTE LÖSUNG

Gabe
Shopify Staff
19233 3006 4433

Erfolg.

Hey @WordleFrancias 

 

Regrettably, it's not possible to directly "install" Shopify on a custom PHP website 😉

 

Shopify is a complete e-commerce platform that hosts your store, while PHP is a server-side scripting language used in web development. If you want to integrate Shopify with your existing PHP website, there might be some workarounds like the following:

  • Buy Button: Shopify offers a "Buy Button" sales channel. With it, you can create a customizable buy button and shopping cart to embed in your PHP website. This lets your customers buy products without leaving your 3rd party website and you can customize the button's color, text, and appearance to match your website's theme. A win-win and no-brainer?
  • Shopify API: Shopify offers a REST API that allows you to interact with Shopify data directly. You can create a custom app for your site that communicates with Shopify to manage products, collections, orders, and more. However, this requires more technical knowledge and programming skills.

For both options, you'll still need to set up and manage your products, orders, and inventory from the Shopify admin and it's important to note that neither of these options will give you a full-fledged Shopify store on your PHP website. If you need all of the features of a Shopify store, you might want to consider migrating your PHP website to Shopify. Shopify offers a range of customizable themes and plugins, and can also handle things like SSL certificates and hosting.

 

Hope that helps! 😉

Gabe | Social Care @ Shopify
 - War meine Antwort hilfreich? Klicke Like um es mich wissen zu lassen! 
 - Wurde deine Frage beantwortet? Markiere es als Akzeptierte Lösung 
 - Um mehr zu erfahren, besuche das Shopify Help Center oder den Shopify Blog

Lösung in ursprünglichem Beitrag anzeigen

2 ANTWORTEN 2

Gabe
Shopify Staff
19233 3006 4433

Erfolg.

Hey @WordleFrancias 

 

Regrettably, it's not possible to directly "install" Shopify on a custom PHP website 😉

 

Shopify is a complete e-commerce platform that hosts your store, while PHP is a server-side scripting language used in web development. If you want to integrate Shopify with your existing PHP website, there might be some workarounds like the following:

  • Buy Button: Shopify offers a "Buy Button" sales channel. With it, you can create a customizable buy button and shopping cart to embed in your PHP website. This lets your customers buy products without leaving your 3rd party website and you can customize the button's color, text, and appearance to match your website's theme. A win-win and no-brainer?
  • Shopify API: Shopify offers a REST API that allows you to interact with Shopify data directly. You can create a custom app for your site that communicates with Shopify to manage products, collections, orders, and more. However, this requires more technical knowledge and programming skills.

For both options, you'll still need to set up and manage your products, orders, and inventory from the Shopify admin and it's important to note that neither of these options will give you a full-fledged Shopify store on your PHP website. If you need all of the features of a Shopify store, you might want to consider migrating your PHP website to Shopify. Shopify offers a range of customizable themes and plugins, and can also handle things like SSL certificates and hosting.

 

Hope that helps! 😉

Gabe | Social Care @ Shopify
 - War meine Antwort hilfreich? Klicke Like um es mich wissen zu lassen! 
 - Wurde deine Frage beantwortet? Markiere es als Akzeptierte Lösung 
 - Um mehr zu erfahren, besuche das Shopify Help Center oder den Shopify Blog

WordleFrancias
Tourist
3 0 1

Thanks for your kind response,
I try to discuss with my developing team,