Plugin Directory

Changeset 3033157


Ignore:
Timestamp:
02/08/2024 12:25:06 PM (2 years ago)
Author:
bmsupport
Message:

code improvements

Location:
blindmatrix-ecommerce/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • blindmatrix-ecommerce/trunk/blind-matrix-api.php

    r3033123 r3033157  
    33 * Plugin Name:     BlindMatrix eCommerce Solution
    44 * 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.5
     5 * Version:         5.2.6
    66 * Author:          Blindmatrix
    77 * Author URI:      https://ecommerce.blindssoftware.com/
  • blindmatrix-ecommerce/trunk/readme.txt

    r3033123 r3033157  
    3131* Blindmatrix e-Commerce
    3232
    33 == changed free sample ==
    34 = 5.2.5=
    35 
    3633== 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 =
    3844
    3945* 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 =
    4450
    4551* title added in fabric.
    4652
    47 = 5.2.1=
     53= 5.2.1 =
    4854
    4955* css changes.
  • blindmatrix-ecommerce/trunk/vendor/Shortcode-Source/Blinds-Archive.php

    r3020840 r3033157  
    3434$product_description = $product_list_array[$id]->productdescription;
    3535$product_imagepath = $product_list_array[$id]->imagepath;
     36$productcategory = $product_list_array[$id]->productcategory;
     37
     38if( $productcategory == "Create no sub sub parameter"){
     39    $addcssnosubsub = "display:none;";
     40}else{
     41    $addcssnosubsub = "";
     42}
    3643
    3744$header_tag = $product_list_array[$id]->header_tag;
     
    126133                            </label>
    127134                        </span>
    128                     <span class="fabriclist_listby_container">
     135                    <span style="<?php echo($addcssnosubsub); ?>" class="fabriclist_listby_container">
    129136                        <div class="btn-container nws">
    130137                            <label class="btn-color-mode-switch">
Note: See TracChangeset for help on using the changeset viewer.