saadat68
Forum Replies Created
-
همچنین نمیشه فیلد کشور رو از فرم پرداخت حذف کرد (حتی با کد فانکشن)
چون در این صورت هم ظاهر فرم به هم میریزه و هم فیلد استان و شهر از کار می افتند.سلام
خسته نباشید
ببخشید یک سوال ازتون داشتم. اگر نام یک شهر رو تغییر بدیم یا عبارتی بهش اضافه کنیم، در عملکرد افزونه مشکلی به وجود میاد؟
برای مثال “ری” رو به “ری-(شهرری)” تغییر بدیم
تا اگر کسی شهرری رو تایپ کرد بازم هم نام این شهر در لیست تمایش داده بشه!با تشکر از شما
I check all process and there is no any problem
other messages have been show like :
your cart is empty
First Name is a required field.
and …that is working
I dont edit css because Im noob and I cant
thanks royho for helping
I delete all codes in messages.php and I think do that
The message deleted from checkout pageis this way correct ?
oh its bad – I cant edit css file
is there a cod for messages.php that dont show this Message ?anybody can help me to edit messages.php file that dont show this message ?
Hi
you must paste this code in functions.php in your theme filesthanks royho but can you say where paste this code ?
I attached messages.php source code above. can you edit that for me ?thanks a lot
Thank you royho
I enabled “go to checkout when add to cart is click” so this massage show in checkout pageI check messages.php file but I cant edit it
can someone help me ? I want a code that remove “Continue Shopping” button
messages.php :
<?php /** * Show messages * * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 */ if ( ! $messages ) return; ?> <?php foreach ( $messages as $message ) : ?> <div class="woocommerce_message"><?php echo $message; ?></div> <?php endforeach; ?>Hi
I solve that
in the woocommerce settings you can set when buyer click on add to cart button goes to checkout pagesolved