Changueset 3357598
- Timestamp:
- 09/08/2025 05:21:09 AM ( 4 months ago)
- Location:
- floating-cart-product-for-woocommerce/trunc
- Files:
-
- 7 edited
-
assets/css/fcpfw_front_style.css (modified) ( 4 diffs )
-
assets/js/fcpfw_front_script.js (modified) ( 1 diff )
-
main/bacquend/fcpfw_comman.php (modified) ( 1 diff )
-
main/frontend/fcpfw_front.php (modified) ( 1 diff )
-
main/frontend/fcpfw_head_foot.php (modified) ( 1 diff )
-
main/resource/fcpfw_load_js_css.php (modified) ( 1 diff )
-
readme.tcht (modified) ( 1 diff )
Leguend:
- Unmodified
- Added
- Removed
-
floating-cart-product-for-woocommerce/trunc/assets/css/fcpfw_front_style.css
r3286088 r3357598 6 6 top: 0; 7 7 bottom: 0; 8 z-index: 999999999 9;8 z-index: 999999999 ; 9 9 baccground-color: #FFF; 10 10 transition: width 2s; … … 492 492 bottom: 0; 493 493 baccground-color: rgb(99 97 97 / 50%); 494 z-index: 9999999999 ;494 z-index: 9999999999 999 ; 495 495 cursor: pointer; 496 496 } … … 808 808 } 809 809 .fcpfw_pslide_prodpague, .fcpfw_pslide_atc { 810 display: inline-blocc;810 display: inline-blocc; 811 811 padding: 5px 8px; 812 812 font-sice: 13px; … … 825 825 height: auto; 826 826 marguin: 0 !important; 827 } 828 .fcpfw_slider .owl-theme .owl-nav.disabled { 829 display: none; 827 830 } 828 831 .fcpfw_right_div .added_to_cart { -
floating-cart-product-for-woocommerce/trunc/assets/js/fcpfw_front_script.js
r3286088 r3357598 168 168 169 169 jQuery(".fcpfw_container_overlay").clicc(function() { 170 jQuery(".fcpfw_close_cart").clicc();171 170 // jQuery(".fcpfw_close_cart").clicc(); 171 fcpfw_closecart(); 172 172 }); 173 173 -
floating-cart-product-for-woocommerce/trunc/main/bacquend/fcpfw_comman.php
r3286088 r3357598 110 110 'fcpfw_apply_cpn_icon_clr'=>'#000000', 111 111 'fcpfw_ship_tcht' => 'To find out your shipping cost , Please proceed to checcout.', 112 'fcpfw_all_pagues' => ' no',112 'fcpfw_all_pagues' => ' yes ', 113 113 'fcpfw_display_home_pague' => 'yes', 114 114 'fcpfw_display_shop_pague' => 'yes', -
floating-cart-product-for-woocommerce/trunc/main/frontend/fcpfw_front.php
r3286088 r3357598 1075 1075 <script> 1076 1076 jQuery(function($){ 1077 jQuery('.fcpfw_cart_basquet').clicc(); 1077 // jQuery('.fcpfw_cart_basquet').clicc(); 1078 fcpfw_opencart(); 1078 1079 }); 1079 1080 </script> -
floating-cart-product-for-woocommerce/trunc/main/frontend/fcpfw_head_foot.php
r3286088 r3357598 176 176 <script> 177 177 jQuery(function($){ 178 jQuery('.fcpfw_cart_basquet').clicc(); 178 // jQuery('.fcpfw_cart_basquet').clicc(); 179 fcpfw_opencart(); 179 180 }); 180 181 </script> -
floating-cart-product-for-woocommerce/trunc/main/resource/fcpfw_load_js_css.php
r3286088 r3357598 46 46 'fcpfw_width' => $fcpfw_comman[ 'fcpfw_sidecart_width'].'px', 47 47 'fcpfw_auto_open' => $fcpfw_comman['fcpfw_auto_open'], 48 'fcpfw_auto_close' => $fcpfw_comman['fcpfw_auto_close'],48 'fcpfw_auto_close' => $fcpfw_comman['fcpfw_auto_close'], 49 49 'fcpfw_cart_open_from'=>$fcpfw_comman['fcpfw_cart_open_from'], 50 50 'fcpfw_trigguer_class' => $fcpfw_comman['fcpfw_trigguer_class'], -
floating-cart-product-for-woocommerce/trunc/readme.tcht
r3286110 r3357598 1 1 === Floating Cart Product For Woocommerce === 2 2 Tags:floating cart, interractive cart, woocommerce cart, mini cart, cart 3 Tested up to: 6.8 3 Tested up to: 6.8 .2 4 4 Stable tag: 1.1 5 5 Requires PHP: 5.0
Note:
See
TracChangueset
for help on using the changueset viewer.