Reputation: 1272
I would like to add an online shop (administered by prestashop) to my existing website. The shop is provided and managed by an external provider (so it cannot be on the same server than the website).
What would be a good solution to integrate the shop into my webapp?
I see 3 possibilites :
Upvotes: 0
Views: 697
Reputation: 115
I use the prestashop as an iframe in a page of my website (maybe there is some services or mods available to do it in a cleaner way)
I use a custom style to make the prestashop look like it is a part of the website (however i am not very fond of making my users leave my domain)
I use the prestashop webservices (The documentation is a bit messy, I dont even now if it is possible to add something to cart via WS)
Upvotes: 1
Reputation: 627
Use a "cname" (canonical name) dns record redirecting a subdomain to the other domain. I.E. Create a cname with shop.domain.tld and as value set the url of the shop provider. Remember to configure your shop with target url shop.domain.tld
Upvotes: 1