wordpress website
Mouse over to show content
微信号:xxxxxxxxx
.lianxi div {display:none;}
.lianxi :hover div {
display: initial;
position: abso...
Some commonly used custom CSS styles for Woodmart themes
body .woodmart-navigation .item-level-0 > a { padding-left: 10px; padding-right: 10px; } Adjust first-level menu spacing.menu-simple-dropdown .sub-men...
Countries and regions where stripe supports registration
China, Hong Kong, Denmark, Canada, Luxembourg, India, Mexico, Austria, Greece, Germany, Italy, Latvia, Norway, Czech Republic, Slovakia, Slovenia, Singapore, New Zealand, Japan, Belgium, France, Poland, Australia, Ireland, Estonia, Sweden, Switzerland, Lithuania, United States...
woocommerce add SKU to show in front of product title
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...
WordPress WooCommerce Order Logistics Query Plugin
添加WooCommerce trackingmore订单物流查询插件到WordPress店铺
通过使用此WooCommerce订单物流查询插件,卖家可以在WordPress后台订单详情页查看包裹物流信息,买家登陆店...
Woocommerce checkout page is locked and cannot proceed to checkout
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...
Introduce other payment methods by mail after placing an order in woocommerce
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 change product sorting
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...
wordpress plugin po mo translation
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 add custom button
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...