Changeset 1449188
- Timestamp:
- 07/05/2016 11:50:44 AM (10 years ago)
- Location:
- extra-options-for-woocommerce/trunk
- Files:
-
- 2 edited
-
extra-options-woocommerce.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
extra-options-for-woocommerce/trunk/extra-options-woocommerce.php
r1448945 r1449188 3 3 Plugin Name: OD - Extra Options for WooCommerce 4 4 Description: This plugin contains advance options so that you can customize your woocommerce website with no need to add programming codes. 5 Version: 1.0. 3.25 Version: 1.0.4 6 6 Author: Edesa C 7 7 Author URI: http://webdev-tuts.com … … 744 744 $coupon_css['bc'] = 'transparent'; 745 745 746 $padding_primary_buttons = array('pa-pt' => 10, 'pa-pr' => 10, 'pa-pb' => 10, 'pa-pl' => 10, 'pa-mt' => 'px', 'fs' => 14, 'fs-mt' => 'px'); 747 748 if(!is_array($primary_buttons['normal'])) { 749 $primary_buttons['normal'] = array(); 750 } 751 752 $primary_buttons['normal'] = array_merge($padding_primary_buttons, $primary_buttons['normal']); 753 746 754 $css_var_input = $primary_buttons['normal']; 747 755 $css_var_input['bc'] = 'transparent'; … … 749 757 //$css_var_input['boc'] = $primary_buttons['normal']['boc']; 750 758 $css_var_input['bos'] = ($primary_buttons['normal']['bos'] && $primary_buttons['normal']['bos'] != 'n') ? $primary_buttons['normal']['bos'] : 's'; 751 752 $padding_primary_buttons = array('pa-pt' => 10, 'pa-pr' => 10, 'pa-pb' => 10, 'pa-pl' => 10, 'pa-mt' => 'px'); 753 754 if(!is_array($primary_buttons['normal'])) { 755 $primary_buttons['normal'] = array(); 756 } 757 758 $primary_buttons['normal'] = array_merge($padding_primary_buttons, $primary_buttons['normal']); 759 759 760 760 761 if (!$primary_buttons['normal']['bos'] || $primary_buttons['normal']['bos'] == 'n') { -
extra-options-for-woocommerce/trunk/readme.txt
r1448945 r1449188 4 4 Requires at least: 4.3.1 5 5 Tested up to: 4.5.3 6 Stable tag: 1.0. 3.26 Stable tag: 1.0.4 7 7 Tags: extra options for woocommerce, woocommerce styling options, woocommerce advance customizer 8 8 License: GPLv2 or later … … 92 92 = 1.0.3.2 = 93 93 * Fix programming errors 94 95 = 1.0.4 = 96 * Minor CSS Changes
Note: See TracChangeset
for help on using the changeset viewer.