Tehseen Ahmed
Forum Replies Created
-
Yes, Products have many attributes but i want only products nothing else and there is no option i can skip attributes and import.
Forum: Everything else WordPress
In reply to: Want to delete my plugin from repositoryThankyou Jan Dembowski.
Forum: Plugins
In reply to: [Woocommerce Product Inquiry] GreenHello. Sorry for being late. Thank for using motif’s plugin yes its possible can you plz send us the login details along with color you changed into and we can set it for you.
Regards
Forum: Plugins
In reply to: [Woocommerce Product Inquiry] out of stockHello, Thanks for using motif’s plugin. Yes its possible.
Regards
Forum: Plugins
In reply to: [Woocommerce Product Inquiry] out of stockYes possible
Forum: Plugins
In reply to: [WooCommerce] Product images sliderlink plz
Forum: Plugins
In reply to: [WooCommerce] Aligning Buttons & Pricelink please
add_action( ‘woocommerce_payment_complete’, ‘so_payment_complete’ );
function so_payment_complete( $order_id ){
$order = wc_get_order( $order_id );
$user = $this->get_user();
if( $user ){
// do something with the user
}
}Forum: Plugins
In reply to: [WooCommerce] Variable productJuergen Schulze good thinking.
Forum: Plugins
In reply to: [WooCommerce] Change text at checkout// 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[‘order’][‘order_comments’][‘placeholder’] = ‘My new placeholder’;
$fields[‘order’][‘order_comments’][‘label’] = ‘My new label’;
return $fields;
}the placeholder and label put in function.php and save then refresh page
Forum: Plugins
In reply to: [WooCommerce] Change text at checkouthi Yes it is but can you clear what kind of text you want to change is that checkout form label text or field’s placeholder ????
Forum: Plugins
In reply to: [WooCommerce] How to design this simple thing?select#stoerrelse {
width: 100% !important;
}
select#pa_color {
width: 80%;
}add this snippet in your style.css
Forum: Plugins
In reply to: [WooCommerce] How to design this simple thing?Sounds good
- This reply was modified 9 years ago by Tehseen Ahmed.
Forum: Plugins
In reply to: [WooCommerce] Making the default woocommerce gallery slider responsive?link please
Forum: Plugins
In reply to: [WooCommerce] How to design this simple thing?How to design this simple thing?
- This reply was modified 9 years ago by Tehseen Ahmed.