Plugin Directory

Changeset 3028039


Ignore:
Timestamp:
01/29/2024 07:33:20 AM (2 years ago)
Author:
bmsupport
Message:

title added in fabric

Location:
blindmatrix-ecommerce/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • blindmatrix-ecommerce/trunk/ajax.php

    r3020840 r3028039  
    128128                                            if ('Create no sub sub parameter' == $productcategory) {
    129129                                                echo 'color_blind';  }
    130                                             ?>
    131          fabric_blind blindsradio
    132             <?php
     130                                           
     131                        echo('fabric_blind blindsradio');
     132       
    133133            if (1 == $mandatory) {
    134134                        echo 'mandatory_validate'; }
     
    136136 " value="<?php echo wp_kses_post($getfabricdetails->fabricid); ?>"  name="fabricnameck" id="productype<?php echo wp_kses_post($getfabricdetails->fabricid); ?>" autocomplete="off" type="radio">
    137137            <?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); ?>">
    139139                <?php
    140140                if ('' != $getfabricdetails->imagepath) {
     
    149149            </label>
    150150        <?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); ?>">
    152152                                                             <?php
    153153                                                                if ('' != $getfabricdetails->imagepath) {
  • blindmatrix-ecommerce/trunk/blind-matrix-api.php

    r3027370 r3028039  
    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.1
     5 * Version:         5.2.2
    66 * Author:          Blindmatrix
    77 * Author URI:      https://ecommerce.blindssoftware.com/
  • blindmatrix-ecommerce/trunk/readme.txt

    r3027370 r3028039  
    3333
    3434== Changelog ==
     35= 5.2.2=
     36
     37* title added in fabric.
    3538
    3639= 5.2.1=
Note: See TracChangeset for help on using the changeset viewer.