Changeset 3028039
- Timestamp:
- 01/29/2024 07:33:20 AM (2 years ago)
- Location:
- blindmatrix-ecommerce/trunk
- Files:
-
- 3 edited
-
ajax.php (modified) (3 diffs)
-
blind-matrix-api.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
blindmatrix-ecommerce/trunk/ajax.php
r3020840 r3028039 128 128 if ('Create no sub sub parameter' == $productcategory) { 129 129 echo 'color_blind'; } 130 ?>131 fabric_blind blindsradio132 <?php130 131 echo('fabric_blind blindsradio'); 132 133 133 if (1 == $mandatory) { 134 134 echo 'mandatory_validate'; } … … 136 136 " value="<?php echo wp_kses_post($getfabricdetails->fabricid); ?>" name="fabricnameck" id="productype<?php echo wp_kses_post($getfabricdetails->fabricid); ?>" autocomplete="off" type="radio"> 137 137 <?php if ('Create no sub sub parameter' == $productcategory) { ?> 138 <label class="blindslabel image radio" id="<?php echo wp_kses_post($getfabricdetails->fabricid); ?>" for="productype<?php echo wp_kses_post($getfabricdetails->fabricid); ?>">138 <label title="<?php echo wp_kses_post($getfabricdetails->fabricname); ?>" class="blindslabel image radio" id="<?php echo wp_kses_post($getfabricdetails->fabricid); ?>" for="productype<?php echo wp_kses_post($getfabricdetails->fabricid); ?>"> 139 139 <?php 140 140 if ('' != $getfabricdetails->imagepath) { … … 149 149 </label> 150 150 <?php } else { ?> 151 <label class="blindslabel radio" id="<?php echo wp_kses_post($getfabricdetails->fabricid); ?>" for="productype<?php echo wp_kses_post($getfabricdetails->fabricid); ?>">151 <label title="<?php echo wp_kses_post($getfabricdetails->fabricname); ?>" class="blindslabel radio" id="<?php echo wp_kses_post($getfabricdetails->fabricid); ?>" for="productype<?php echo wp_kses_post($getfabricdetails->fabricid); ?>"> 152 152 <?php 153 153 if ('' != $getfabricdetails->imagepath) { -
blindmatrix-ecommerce/trunk/blind-matrix-api.php
r3027370 r3028039 3 3 * Plugin Name: BlindMatrix eCommerce Solution 4 4 * Description: BlindMatrix eCommerce plugin is designed especially for window blinds, curtains and shutter businesses to sell their products online with ultimate ease. Window Blinds eCommerce plugin converts any window-covering informative website into an online shopping website offering freedom of product choices and a great buying experience to customers. 5 * Version: 5.2. 15 * Version: 5.2.2 6 6 * Author: Blindmatrix 7 7 * Author URI: https://ecommerce.blindssoftware.com/ -
blindmatrix-ecommerce/trunk/readme.txt
r3027370 r3028039 33 33 34 34 == Changelog == 35 = 5.2.2= 36 37 * title added in fabric. 35 38 36 39 = 5.2.1=
Note: See TracChangeset
for help on using the changeset viewer.