Fujyn
Forum Replies Created
-
Hi @princebhalani143
how to change position
so that it is in line with the price of the product / the same position as the tombah added to the previous cart
This display should decreased slightly
screenshot https://i.paste.pics/fd6741b883e3a61b05e85397f81a6ca7.png
thankHi @princebhalani143
I just changed the color
and succeeded
to change the position of the add basket button
to fit other products
I can not
thankHi @princebhalani143
Thank you very much for the information
how to change colors in CSS or function.php
wide
high
margin
so that the buttons add to the basket
according to other products
screenshot https://i.paste.pics/fd6741b883e3a61b05e85397f81a6ca7.png
thank youhi @princebhalani143
I mean this
I managed to hide the add button to the basket when the product ran out of stock on the wocommerce store / active shop page
so I want to display the text “Expired” exactly the position where the button was added to the basket that previously existed
how to handle it
screenshot https://i.paste.pics/7cde4f17a37c0241a616e695295a9229.png
thankHi @crslz
thank you for the reply
I use the vendor’s wc
and I have added this code/* WC Vendors Pro -- Require a minimum, and a maximum price for vendors when adding/editing a product */ add_filter( 'wcv_product_price', 'price_min_max' ); function price_min_max( $args ){ $args[ 'custom_attributes' ] = array( 'data-rules' => 'decimal|range[1,20]', 'data-error' => __( 'Price should be a number and between $1 and $20', 'wcvendors-pro' ) ); return $args; }
https://www.wcvendors.com/help/topic/minimum-product-price-sale-conflict/
but it doesn’t work either
is there any other way- This reply was modified 4 years, 11 months ago by Fujyn.
Forum: Plugins
In reply to: [WooCommerce] how to add a short code to display the producthi @tibetanitech
I have another problem
I want to limit vendors when uploading or editing a product, in the discounted price section so that it is limited to the lowest price of $ 5
I don’t want the vendor to make the discount price too small.
because my site’s products can be downloaded / simple products
How to do it
thank you@princebhalani143
thank you very much for the info
This works well on a single product page
what about on the shop page
so that the button to add to cart changes to the text “expared”Forum: Plugins
In reply to: [WooCommerce] how to add a short code to display the productHi @tibetanitech
well
this works fine
Thank you so much for your helpI have a question about the “Product Bundle” plugin https://woocommerce.com/products/product-bundles/
in the product section included in the bundle,
how to position the products included in the bundle under the description
for example like on this site, the products they bundle,
https://www.creativefabrica.com/product/the-cute-crafter-bundle-vol-2/
thank youForum: Plugins
In reply to: [WooCommerce] how to add a short code to display the productHi @tibetanitech
I have tried adding this code[product_categories ids = "multiple_cat_ids" per_page = "12" columns = "3" orderby = "popularity" order = "DESC"]
and the display on my page is all categories
and that is not the intention of my question above.for example “graphic page”
I add the code
[product_category category = "graphic" per_page = "12" columns = "3" orderby = "popularity" order = "DESC"]
and the display of all products related to category graphics works well
but I want to exclude certain categories on this page
for example I exclude the category “free” not displayed on the Graphic page ‘
so, what code do I need to add,
screenshot https://i.paste.pics/cab7e110b65f311ef51b1d0968bd1a92.pngForum: Plugins
In reply to: [WooCommerce] how to add a short code to display the productHi @tibetanitech
thank you very much for the information
I have used this code on the “graphic” page on my site
[product_category category = "graphic" per_page = "12" columns = "3" orderby = "popularity" order = "DESC"]
how do I add more code to hide special categories, for example my product category “graphic, free, svg, icons, psd” one product contains all categories,
if I want to hide a product that is related to the “free” category on the “graphic” page, what code do I need to add
Thank you very muchForum: Plugins
In reply to: [WooCommerce] how to add a short code to display the productThank you very much
@tibetanitech
I mean, I want to display the last sale product first
for example, if today “product A” is bought, it means “product A” is displayed firstthank you
Where can I turn off order notifications for vendors,
I do not want vendors to receive email notifications when there is an orderHi
I have learned as you suggest hereNazmul Hassan (@nazmulhassann20)
2 weeks, 5 days ago
Hello,Kindly open wp-content/plugins/dokan/includes/functions.php and then comment out the line 2177: `add_filter( ‘woocommerce_email_recipient_new_order’, ‘dokan_wc_email_recipient_add_seller’, 10, 2 );
`Also, you can add this code on your child theme functions.php- remove_filter( ‘woocommerce_email_recipient_new_order’, ‘dokan_wc_email_recipient_add_seller’, 10, 2 );
so, how to deactivate orders for sub orders,
I see
after adding the code you suggested, for sellers to not receive email notifications again,
the admin now receives sub-order notifications,
if a customer buys 3 products from different sellers the admin receives 1 complete order notification, 3 sub order notifications
can you help me disable this sub-order notification.
thank youHow to set up SMTP.
Hi @nazmulhassann20
what code should i add
to change the product status,
if the vendor re-edits the product that has been published by the admin,
so it’s delayed again, so the admin republishes, instead of watching over malicious vendors,