Changeset 1892365
- Timestamp:
- 06/13/2018 06:19:14 PM (8 years ago)
- Location:
- dpd-cart
- Files:
-
- 4 edited
-
branches/2.0/dpd-api.php (modified) (1 diff)
-
branches/2.0/dpd-cart-plugin.php (modified) (1 diff)
-
trunk/dpd-api.php (modified) (1 diff)
-
trunk/dpd-cart-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dpd-cart/branches/2.0/dpd-api.php
r1892343 r1892365 18 18 if(is_array($products)){ 19 19 foreach ($products as $key => $product) { 20 if ( !$product['visibility']) {20 if ($product['visibility'] != 1) { 21 21 unset($products[$key]); 22 22 } -
dpd-cart/branches/2.0/dpd-cart-plugin.php
r1892363 r1892365 4 4 Plugin URI: https://getdpd.com 5 5 Description: Integrate your DPD cart and checkout with your Wordpress blog. Adds a store page, product pages, and a tool to insert DPD buttons in to pages and posts. 6 Version: 2.0. 36 Version: 2.0.4 7 7 Author: DPDplugins 8 8 Author URI: https://blog.getdpd.com -
dpd-cart/trunk/dpd-api.php
r1892346 r1892365 18 18 if(is_array($products)){ 19 19 foreach ($products as $key => $product) { 20 if ( !$product['visibility']) {20 if ($product['visibility'] != 1) { 21 21 unset($products[$key]); 22 22 } -
dpd-cart/trunk/dpd-cart-plugin.php
r1892363 r1892365 4 4 Plugin URI: https://getdpd.com 5 5 Description: Integrate your DPD cart and checkout with your Wordpress blog. Adds a store page, product pages, and a tool to insert DPD buttons in to pages and posts. 6 Version: 2.0. 36 Version: 2.0.4 7 7 Author: DPDplugins 8 8 Author URI: https://blog.getdpd.com
Note: See TracChangeset
for help on using the changeset viewer.