samedi 21 novembre 2015

How do I display woocommerce message in different places?

I want to display the green color "your tee has been added to your cart." message under "add to cart" button. And I want to display the red message "Please choose product options…" before the "size" I create the attribute. By default, the woocommerce message are displaying at the same place. Is there a way to display them at different places. Please help!

I try to do this I put the "wc_print_notices" where I want the message to show. It works but "your tee has been added to your cart." and " "Please choose product options…" message display at the same place.

   <?php wc_print_notices(); ?>

And I put this in my function.php

   remove_action( 'woocommerce_before_single_product', 'wc_print_notices', 10 ); /*Single Product*/

For example, I want the "Please choose product options…" message display like this. If you click add to bag without choosing size. DON'T choose size so the red message show up.

http://ift.tt/21agrt2

AND I want the "your tee has been added to your cart." message display like this. If you click add to bag you will see the add to cart message displaying under the button.

http://ift.tt/21agoxq



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire