Ameer hamza
Forum Replies Created
-
Any reply ? its been 6 days almost
Hi thanks for message
i deleted them using this code snippet from your websitefunction disable_virtual_downloadable_support( $general_fields ) { if ( isset( $general_fields['is_virtual'] ) ) unset( $general_fields['is_virtual'] ); if ( isset( $general_fields['is_downloadable'] ) ) unset( $general_fields['is_downloadable'] ); return $general_fields; } add_filter( 'wcfm_product_manage_fields_general', 'disable_virtual_downloadable_support' )
this is making issue after remove this snippet all is working. Do we need to update this snippet if so kindly do it.
regards,
AmeerForum: Plugins
In reply to: [Simple Product Options for WooCommerce] hide price tag from dropdownThank you so much
Forum: Plugins
In reply to: [WooCommerce] Hide some elements when order email is send to customersHi Dan, thanks for reply
I am not super cool with coding like you. if you can write little bit of code and help me that will be great
thanks
regards,
Ameer- This reply was modified 5 years, 3 months ago by Ameer hamza.
Forum: Themes and Templates
In reply to: [Cactus] how to enlarge the logoAlso i want to know can we remove the credits in the footers as i have seen wordpress theme licence allows it
thanksForum: Plugins
In reply to: [Smart Slider 3] Wired filemtime() errorthank for quick reply
The homepage is totally gone and only showing above error when i try to open the smart slider 3 from backend its not working at all.
see screenshot
https://prntscr.com/h49l86
regards,
Ameer- This reply was modified 7 years ago by Ameer hamza.
Forum: Plugins
In reply to: [Smart Slider 3] Remove spacingThank you very much sir
it solvedany news about woocommerce booking booking plugin support
Great news thanks for quick reply
1.Is stripe commission works with free version of wcvendors
2.Adoptive payment is not picking woocommerce_custom_surcharge to paypal page here is the screenshot
https://prntscr.com/db2vyw
but if i use standard paypal it pick the surcharges to paypal page here is screenshot for standard paypal
https://prntscr.com/db2vk0any news about updates for booking and variable product the version 1.4.0
// Hook in add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' ); // Our hooked in function - $fields is passed via the filter! function custom_override_checkout_fields( $fields ) { $fields['billing']['billing_email']['label'] = 'Email'; return $fields; }
this one sir
Resolved thanks Mike u are the best do u people have tutorials about the codex i want to learn the codex pretty interested ??
thanksForum: Plugins
In reply to: [WooCommerce] how to make 3 attribute that will b dependable on each other[ Moderator note: Topic decapped. Please do not use all caps again, it is considered to be rude. ]
also how to take payment using the credit card like this kindly check the screenshot
_______________________
https://prntscr.com/bskwkkForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] colspan/rowspan Demo TableDataTables FixedHeader extention is not showing the fixed header after install and changing the shortcode
regards,
AmeerForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] colspan/rowspan Demo Tablegot it sir
i remove the focus class thanks for great plugin ??
https://prntscr.com/br951k
by the way it will take me sometime to understand the
colspan/rowspan thing
thanks again Tobias