Skip to content

Instantly share code, notes, and snippets.

@kelvinramirez
kelvinramirez / paypal
Last active April 24, 2020 01:37
These are many methods to use paypal with wordpress
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/
https://wordpress.org/plugins/ajax-load-more/
con este plugin podemos hacer un paginador ajax
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
https://businessbloomer.com/customizewoo-master-woocommerce-online-course/#
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/
@kelvinramirez
kelvinramirez / 0_reuse_code.js
Created April 17, 2017 18:30
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console