This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
With this method you can acept the mayment directly | |
https://www.youtube.com/watch?v=YESlQlhLs8I | |
Add a simple paypal buttom | |
https://www.youtube.com/watch?v=lYVRUDp8c9s | |
https://wordpress.org/plugins/paypal-currency-converter-basic-for-woocommerce/ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://wordpress.org/plugins/ajax-load-more/ | |
con este plugin podemos hacer un paginador ajax |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Paypal currency converter | |
https://wordpress.org/plugins/paypal-currency-converter-basic-for-woocommerce/ | |
https://www.youtube.com/watch?v=jqV7rcRznAE | |
https://www.youtube.com/watch?v=B-rlzUBJ8B8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://businessbloomer.com/customizewoo-master-woocommerce-online-course/# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.youtube.com/watch?v=moWjf3nCzZk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wp_list_page(); | |
Se usa para hacer una lista de todas las paginas o de paginas especificas. | |
https://developer.wordpress.org/reference/functions/wp_list_pages/ | |
wp_get_post_parent_id() | |
https://developer.wordpress.org/reference/functions/wp_get_post_parent_id/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |