Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


You can embed your entire AbanteCart storefront and shopping cart or eCommerce functionality to the WordPress with our plugin

WordPress.org download





Plugin installation and configuration

Install plugin.

  1. Visit the plugins page within your dashboard and select "Add New"
  2.  Search for "eCommerce Abantecart". Click Install Now
  3. Activate AbanteCart Embed from your Plugins page


Save your AbanteCart store URL in the plugin settings. Add as many stores as you have.



Example: embed your products to blog

Step 1 Visit product page which one you want to embed in the blog

Step 2 Select data you want to display and copy generated HTML code

Step 3 Paste it into the target page

That's all Visit your HTML page



By default product preview and checkout process in the modal popup window. You can modify this by change Embed Click Action setting in General Settings page



Note

You can embed links only if you have embedded products or categories on the same page!

Step 1

Copy URL your need to embed

http://demo.abantecart.com/index.php?rt=content/content&content_id=2
Step 2

Modify URL add r/ and add special tags

<a data-href="http://demo.abantecart.com/index.php?rt=r/content/content&content_id=2"
 data-html="true" data-target="#abc_embed_modal"
  data-toggle="abcmodal" href="#">your link title</a>



Note

You can embed links only if you have embedded products or category on the same page!

Step 1

Copy shopping cart page URL your need to embed

http://demo.abantecart.com/index.php?rt=checkout/cart
Step 2

Modify URL in this way http://demo.abantecart.com/index.php?rt=r/checkout/cart/embed and add special tags

<a data-href="http://demo.abantecart.com/index.php?rt=r/checkout/cart/embed" 
data-html="true" data-target="#abc_embed_modal" 
data-toggle="abcmodal" href="#">your link title</a>
  • No labels