s011420
Forum Replies Created
-
Hi shanehaden,
Thank you for your reply.
I created a custom link menu, the link: whatsapp://send?text=Hello%2C%20World!
I save it and then click the menu in the front-end, and it just reload the current page.P.S. other links start with “tel://” and “https://” work fine.
Thank you very much.
Forum: Plugins
In reply to: [WooCommerce] Move Shipping Options to different PositionHi @powermaniac,
Thank you for your reply.
As woocommerce now with shipping zones, different shipping method will be displayed depend on customer’s country(sipping zone) I want my customer choose their country first, then provide different shipping method with different cost to them. local pickup is one of the shipping method that i don’t need customer’s address.And the flow should be like this:1)billing info
field:name,email,phone
2)shipping info
field:country(depend on country show different shipping method:
– carrier shipping–>show field:customer address
– local pickup–>no customer address need
3)check box:ship to different shipping address?
Yes–>show other shipping info fields(name,phone,address)
4)order review(product,price,qty,amount etc)
5)Payment methodI hope this explanation will make the things clear.
Thank you very much!Forum: Plugins
In reply to: [WooCommerce] Move Shipping Options to different PositionHi,
I also face same problem with @fitmealat.
I would like to show the shipping method option before user fill in their address. Because I have local pickup method for user, some users think not make sense to provide their address when they choose local pickup. For desktop users, the current checkout template is good, but for mobile users, the shipping method option shown in bottom, so that need to slide up and down to change their address if they chose local pickup.I have tried @powermaniac’s method and it really moved shipping radio button out from order review box, and also works fine with AJAX so that the cost will update when user choose their shipping method. But I found that @powermaniac’s method is not support to shipping zone, the shipping method option doesn’t change when user choose their country.
Can anyone help me?
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Feature Request: Edit Sale Price+1 for the above feature request. Showing & editing Sale Price would be very useful.
Forum: Plugins
In reply to: [WooCommerce] order tracking direct to wrong endpointMike Jolley,
Thank you for your reply.
Please check the screenshot for more detail.
https://mono3.com/wp-content/uploads/2015/06/Screen-1.png
https://mono3.com/wp-content/uploads/2015/06/Screen-2.pngThank you very much!
Forum: Plugins
In reply to: [WooCommerce] attributes encoding problemI think Bulk Stock Management “changed” the attribute name, I already deactivated and deleted the Bulk Stock Management but attribute not show correctly.
Forum: Plugins
In reply to: [WooCommerce] attributes encoding problemthis is the steps i do before i found this problem:
1) install Bulk Stock Management 2.2.0 and activated it
2) found that Bulk Stock Management cannot show the attribute in Chinese correctly(show like %5e%95%a1)
3) change the attribute slug(it was Chinese)
4) found that some order item cannot cannot show the attribute in Chinese correctly just like Bulk Stock Management
Forum: Plugins
In reply to: [WooCommerce] attributes encoding problemIs it possible to correct the database to fix it?
any way to make “Bulk Stock Management” to handle the attribute correctly?Thanks
Forum: Plugins
In reply to: [WooCommerce] attributes encoding problemPlease check both screenshot.
It can display attribute in Chinese before I activate Bulk Stock Management plugin,
Now I deactivated the Bulk Stock Management plugin and new order attribute can show Chinese
back, but old order still shown something like “%5e%95%a1”
On Bulk Stock Management side, attribute also shown something like “%5e%95%a1”https://mono3.com/wp-content/uploads/2015/06/Screen-Shot-2016-02-23-at-00.59.16.png
https://mono3.com/wp-content/uploads/2015/06/Screen-Shot-2016-02-23-at-00.58.26.pngThank you very much.
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Order barcode in printHi,
Try to add the following code to your child theme/woocommerce/print-order/print-content.php
<?php
echo WC_Order_Barcodes()->display_barcode($order->id);
?>NOT the following one:
<?php
echo WC_Order_Barcodes()->display_barcode($order_id);
?>Forum: Reviews
In reply to: [Delivery Countdown Timer] Seems like just what i needed, butThis plugin is what i need, and i have same need with @kimcheezz too.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] paypal encoding issueThere is a specific error case:
Product: https://mono3.com/shop/jewellery/bracelets/star-wars-lightsaber-beads-bracelet/add this product to cart and checkout, then choose “S.F. Express Self-pickup” as shipping method, and choose 852LBL 葵涌大隴街129至151號葵都大廈地下7號舖 as pickup location will cause the error. There are many pickup locations will cause the error, but i dont list out all of them.
I have spent two days for this problem, i have contacted paypal support, and they also make some tests, they told me that the pickup address is too long when change to the url and over the paypal 127 characters limit.
their suggest is try to not pass full address to paypal, just pass 852LBL to paypal may solve the problem.
i use “852LBL” as Address in local pickup plus backend setting, and the long chinese address as Town / District. the chinese address need to show to the user when they choose the pickup location, but when pass to paypal , just sent the “852LBL “.
Thank you for your patience and help!
Forum: Plugins
In reply to: [WooCommerce] paypal encoding issueThank you for your reply.
I am using Paypal standard.
and i am using woocommerce local pick up plus.I found when i choose some of pick up locations (in chinese) when checkout will cause the encoding problem, but some pickup location (in chinese) is ok.
I think the problem is when woocommerce pass pickup location attribute to Paypal,
it causes the error. If we can make it only pass the company name meta(in english) of pickup location to Paypal, maybe we can fix the problem?Thank you very much!