gabor81
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Custom order dropdown itemsI tried all possible options before writing here.
Did not work.
Help please!
Thanks,
Gabor- This reply was modified 2 years, 3 months ago by gabor81.
Hi Nikhil,
Sorry, but this code not working. I changed the file: woocommerce-delivery-notes\templates\print-order\print-content.php and I added the code to functions.php but won’t work.
This is my local pickup shipping method code:
<input type=”radio” name=”shipping_method[0]” data-index=”0″ id=”shipping_method_0_flexible_shipping_1_1″ value=”flexible_shipping_1_1″ class=”shipping_method” checked=”checked”>I changed in your code: ( ‘local_pickup’ === $shipping_method_id ) to
( ‘shipping_method_0_flexible_shipping_1_1’ === $shipping_method_id )
or
( ‘flexible_shipping_1_1’ === $shipping_method_id )
but won’t work both.
Can you help me?
Thanks in advance,
GaborHi Nikhil,
Just one more question.
Can I change the “shipping address” text to “Pickup Informations” based on the above logic?
Thanks in advance!Done. Thank you!
mark as resolved
Thank you very much Nikhil!
Working perfectly!!!!
Thanks!