less than a minute read • Updated a month ago
Manage Foxy products with Pagecloud E-commerce
Use Pagecloud's product manager to create and manage Foxy products.
Pagecloud E-commerce Settings
The following steps disable unneeded Pagecloud features:
1From your Pagecloud website editor, go to the Store page
2Click anywhere in the store section
3From the pop-up section settings, go to E-commerce Settings from the left side bar
4In Storefront options, disable Footer
5In Product card settings, set "Buy Now" button to Hide
Add Foxy Snippets
In the following steps, you'll add needed scripts for the Foxy + Pagecloud integration to work:
1In the Pagecloud website editor, go to the Store page
2From the left side bar, go to Page > Advanced
3Under the "Code and scripts" section, click the <body> section
4In the code editor, add two code snippets:
Foxy Loader
From your Foxy Admin, go to Settings > Website & Products. Copy and paste the Foxy loader.js code snippet.
Pagecloud Script
Copy the code below and paste after the Foxy loader.js snippet
<script src="https://foxy-integrations.netlify.app/foxy-pagecloud.js"></script>
6Save all settings, refresh your site and test.
View Cart Link (optional)
If you would like to allow customers to view their cart, you can add a link to your Pagecloud navigation, website pages, etc:
1Add a link or button anywhere in your website
2In the element's Link settings, set "Link to" to Another website.
3In the "Website URL" field, enter https://YOUR_STORE.foxycart.com/cart?cart=view
(replace YOUR_STORE
with your Foxy subdomain)