Fujyn
Forum Replies Created
-
hi @ashiquzzaman
versi wordpress 5.3.2
versi wemail 0.12.0
thank youwell
thank youForum: Plugins
In reply to: [WooCommerce] hide basket view buttonhi @fevered this was successfully hidden,
thanks.
@crslz I have hidden it via css
but, when we click “add to cart” 2x out the notification that the product cannot be added to the basket again,
example You cannot add another “product name” to your basket.
how to change the text, for example “product name” is already in the basket
via function.php or in other ways.
thank
screenshot https://i.paste.pics/a10ae4d25b80695fb145d61abae73122.png- This reply was modified 4 years, 10 months ago by Fujyn.
Forum: Plugins
In reply to: [WooCommerce] hide basket view buttonhi @fevered
here you can see the URL https://i.paste.pics/627862657fb33146edffc98d4ead5170.png
hopefully can help me
thank youForum: Plugins
In reply to: [WooCommerce] hide basket view buttonHi @fevered
can you help me to change my position via css
how to call himHi @crslz
can you help me again,
I want to hide / delete this red column,
after clicking “add to cart” then the view button appears, I think this is from the theme too,
or can I move the location to align with the add to cart button
screenshot https://i.paste.pics/f619a129afc161fbf578107ce80132fc.png
theme https://github.com/weDevsOfficial/dokan-themethis happened after I updated the vendor’s wc plugin or started 2020
because from before it never happenedhi @digitalchild
I have updated version 3.9.1
and I try to buy on my site
but the funds still hold also in paypal
thankhi @crslz
I have removed all the code and folders in the “loop / add-to-cart.php” theme
and works well, now it has a standard add to cart woocommerce function
and I modified the add to cart button with the code @mohitmishra in functions.php besarta I added some code in css
it also works well
thank you @crslz and @mohitmishra Thank you to all of youhi @mohitmishra
I have tried adding your code in the functions.php themes
but it doesn’t work either
is there anything left?add_filter( 'woocommerce_product_add_to_cart_text', 'mwb_change_the_button_text', 10, 2 ); /** * This function is used for change the button text. * * @name mwb_change_the_button_text * @since 1.0.0 * @param string $button_text this is button text by default. * @param array $product This is the array of the product. * @author Mohit Mishra * @link https://makewebbetter.com */ function mwb_change_the_button_text( $button_text , $product ) { if ( 'simple' === $product->get_type() ) { // here we are apply these change to the simple products only. $button_text = esc_html__( 'Add to Cart', 'text_domain' ); } return $button_text; }
thanks
hi @crslz
thank you for the prompt reply
I just deleted all the code files, and the display is blank,
do i have to delete the fordel “loop / add-to-cart.php”
Thank you very muchhi @crslz
oo, how to delete template files in the theme, and replace them with the default woocommerce
what code do i need to add in the function theme.php or in ccs
I do not understand how to handle it
thank youHi @princebhalani143
thank you very much for the information and time you have resolved my problem
Once again, thank you
Regards
Arwahhi @princebhalani143
I have tried in another theme
but the position is the same as the button added to cart in other products
for the theme that I use works well
I looked at my theme in the woocommerce section
screenshot https://i.paste.pics/f2649cf9f3de147d8dd660aaa4779913.png