Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denisaleman/pricing-deals-integrations
https://github.com/denisaleman/pricing-deals-integrations
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/denisaleman/pricing-deals-integrations
- Owner: denisaleman
- Created: 2019-04-21T13:53:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T19:31:46.000Z (over 5 years ago)
- Last Synced: 2024-05-20T16:34:11.580Z (8 months ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Integrations of Pricing Deals for WooCommerce
Oficial plugin page in Wordpress repository - https://ru.wordpress.org/plugins/pricing-deals-for-woocommerce/Plugin Author website - https://www.varktech.com/
## How to use it
1. Place the package in the root of the theme;2. Add within functions.php:
```
if ( is_plugin_active( 'pricing-deals-for-woocommerce/vt-pricing-deals.php' ) &&
is_plugin_active( 'pricing-deals-pro-for-woocommerce/vt-pricing-deals-pro.php' ) ) {require_once 'pricing-deals-integrations/pricing-deals-integrations.php';
do_vtprd_product_page_integrations();
do_vtprd_loop_integrations();
}
```
That's all.