noumantuheed
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Menu Cart] Cart Icon is not showing but count and total is work fineHi alexmigf,
Thanks For your solution, it works really thanks for your help
Best Support *****
Forum: Plugins
In reply to: [WooCommerce] Sort Order Number in woocommerceI installed it but still having facing issue how can i attach the image
Forum: Plugins
In reply to: [WooCommerce] How To Set Limit On Phone Number FieldThanks It’s solved now
Forum: Plugins
In reply to: [WooCommerce] want addition in checkout fieldsI did the same setup but nothing gonna work.
let me explain you want i want
actually I want to keep the city field same but also want to add the city shortcode in next field if someone select city ‘Lahore’ then automatically selects “LHR” in city shortcode field.
i put the code into the function.php file but nothing happenForum: Plugins
In reply to: [WooCommerce] want addition in checkout fieldsYes I have the code but don’t know where I need to put these code
<?php
/* cities prefix conditions ” it is copied from your old plugin. need to convert in switch case” */
if(empty(ucfirst($order->billing_city))){
if(ucfirst($order->billing_city) == ‘Karachi’){
$city = ‘KHI’;
}else if(ucfirst($order->billing_city) == ‘Abdul Hakeem’){
$city = ‘AKM’;
}else if(ucfirst($order->billing_city) == ‘Abottabad’){
$city = ‘ABT’;
}else if(ucfirst($order->billing_city) == ‘Ahmedpur East’){
$city = ‘APE’;
}else if(ucfirst($order->billing_city) == ‘Ahmedpur Lamma’){
$city = ‘APL’;
}else if(ucfirst($order->billing_city) == ‘Akora Khattak’){
$city = ‘AKK’;
}else if(ucfirst($order->billing_city) == ‘Alipur’){
$city = ‘APR’;
}else if(ucfirst($order->billing_city) == ‘Alipur chatta’){
$city = ‘APC’;
}else if(ucfirst($order->billing_city) == ‘Aman Garh’){
$city = ‘AMR’;
}}
?>
Forum: Fixing WordPress
In reply to: I want to add City shortcodeThanks @contentiskey
Forum: Fixing WordPress
In reply to: I want to add City shortcode@contentiskey But there’s no option to create a topic