The Prodigy Cart shortcode displays either a persistent or dropdown shopping cart. The dropdown version of the shortcode is demonstrated in the header when our demo content is installed.
Example Usage
Show the persistent cart.
[prodigy_cart_widget]
Available Attributes
dropdown
Determines if the cart is shown persistently or as a dropdown. Acceptable values are: true, false. The default value is false.
[prodigy_cart_widget dropdown="true"]
When dropdown is set to true, the shortcode initially displays a cart icon as shown below.
When the icon is clicked, the dropdown cart appears as shown below.
Template Override
The template used by this shortcode can be overridden by copying the template into your theme or child theme and then editing.
Copy from:
prodigy-commerce/templates/partials/shortcode/cart.php
Copy to:
<your-theme>/prodigy/shortcode/cart.php