When building a woocommerce foreign trade website, there are a large number of products, and the SKU model needs to be displayed on the title. The effect is as follows. You can use the following code to display the position on the product list page: Display the position before the title on the product details page add_action( 'woocommerce_before...
Add the WooCommerce trackingmore order logistics query plug-in to your WordPress store. By using this WooCommerce order logistics query plug-in, sellers can view package logistics information on the WordPress backend order details page, and buyers can log in to their store account to view package logistics details on the order page. If at T...
Recently, I am working on a foreign trade website of Wordpress+Woocommerce. It was about to end, and then I went on a trip for 2 days. I came back and continued to do it. At the checkout, I found that Woocommerce turned gray and white when it arrived at Review & Payment, and I couldn’t check out, as shown below, Viewed the CSS of the element and the blockUI appears...
There is an old customer who uses wordpress as a foreign trade station. Because the product involves copyright issues, he dares not use the normal Paypal standard to collect money, but uses encrypted paypal to receive payment. After encryption, paypal cannot trace the source, so the customer cannot refund payment. The thought process of payment: 1. After the user adds to the shopping cart, checkout, select offline payment (bank transfer) ...
Woocommerce's default product sorting is in the order of custom sorting + name, we can change it to what we want, enter the Wordpress backend with the following settings, Appearance - Customize Woocommerce Product Catalog Select the default product sorting...
Many wordpress plugins have translation template pot files. We can use Poedit to translate Chinese into Chinese. Generally, plugins or themes will have a languages folder, which is used to store translation files. After normal translation, upload PO and MO files to this. The directory is enough, but sometimes it is invalid after uploading, and it is still in English. At this time, we need to add the following...
Woocommerce has only one add to cart button by default, which can no longer meet the various requirements of our customers. Sometimes it is necessary to add custom buttons to product pages, such as buttons for downloading materials, or linking to other online stores to buy, etc. Wait, you need to add custom fields with the custom field plugin Custom Field Suite...