Changeset 3033157
- Timestamp:
- 02/08/2024 12:25:06 PM (2 years ago)
- Location:
- blindmatrix-ecommerce/trunk
- Files:
-
- 3 edited
-
blind-matrix-api.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
vendor/Shortcode-Source/Blinds-Archive.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blindmatrix-ecommerce/trunk/blind-matrix-api.php
r3033123 r3033157 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. 55 * Version: 5.2.6 6 6 * Author: Blindmatrix 7 7 * Author URI: https://ecommerce.blindssoftware.com/ -
blindmatrix-ecommerce/trunk/readme.txt
r3033123 r3033157 31 31 * Blindmatrix e-Commerce 32 32 33 == changed free sample ==34 = 5.2.5=35 36 33 == Changelog == 37 = 5.2.4= 34 35 * Removed fabric list view for ventian. 36 = 5.2.6 = 37 38 * changed free sample. 39 = 5.2.5 = 40 41 * Code Improvements. 42 43 = 5.2.4 = 38 44 39 45 * Curtain Code Improvements. 40 = 5.2.3 =41 42 * Code Improvements. 43 = 5.2.2 =46 = 5.2.3 = 47 48 * Code Improvements. 49 = 5.2.2 = 44 50 45 51 * title added in fabric. 46 52 47 = 5.2.1 =53 = 5.2.1 = 48 54 49 55 * css changes. -
blindmatrix-ecommerce/trunk/vendor/Shortcode-Source/Blinds-Archive.php
r3020840 r3033157 34 34 $product_description = $product_list_array[$id]->productdescription; 35 35 $product_imagepath = $product_list_array[$id]->imagepath; 36 $productcategory = $product_list_array[$id]->productcategory; 37 38 if( $productcategory == "Create no sub sub parameter"){ 39 $addcssnosubsub = "display:none;"; 40 }else{ 41 $addcssnosubsub = ""; 42 } 36 43 37 44 $header_tag = $product_list_array[$id]->header_tag; … … 126 133 </label> 127 134 </span> 128 <span class="fabriclist_listby_container">135 <span style="<?php echo($addcssnosubsub); ?>" class="fabriclist_listby_container"> 129 136 <div class="btn-container nws"> 130 137 <label class="btn-color-mode-switch">
Note: See TracChangeset
for help on using the changeset viewer.