gn00433798
Forum Replies Created
-
When the field name is renamed, it is normal
thanks
Please ignore this messageI solved it using the following code.
But the LOG part still needs assistance./*
Show Seller name on the product thumbnail
For Dokan Multivendor plugin
*/add_action( ‘woocommerce_after_shop_loop_item_title’,’sold_by’ );
function sold_by(){
?><?php
global $product;
$seller = get_post_field( ‘post_author’, $product->get_id());
$author = get_user_by( ‘id’, $seller );$store_info = dokan_get_store_info( $author->ID );
if ( !empty( $store_info[‘store_name’] ) ) { ?>
<span class=”details”>
<?php printf( ‘供應商: %s‘, dokan_get_store_url( $author->ID ), $author->display_name ); ?>
</span>
<?php
}}`
Hello,
In the 2.9.X version of Flexible Checkout Fields, this code can be applied to the administrator’s order, and both the billing field and the shipping field will be applied and presented in my format.
After updating to 3.0.6, this code can only be applied in the shipping field.
I tried adding all country codes, but the codes are also not applied.
But I’m pretty sure it is down to 2.9.x version, the code is valid.
Any other ideas?Thank you
Then I purchased Advanced Shipping, but it is compatible, but I can specify the product category for free shipping.
QAQForum: Plugins
In reply to: [WP Latest Posts] use wordpress tabs, tab2 not work.thank you
It’s okForum: Plugins
In reply to: [WP Latest Posts] use wordpress tabs, tab2 not work.Hi
I added css
But it still doesn’t work
Thank for you help.- This reply was modified 6 years, 5 months ago by gn00433798.
Forum: Plugins
In reply to: [WP Latest Posts] use wordpress tabs, tab2 not work.hi Thank you for your response
After entering tab2 not show
But if you refresh it on the tab2 page it will work again.