serverwarrior
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Membership] Can I use It with woocommerce ?yes, I had created a custom plugin that helps creating membership woocommerce products .
Forum: Themes and Templates
In reply to: caption shortcode using image alt as captionyes, I had also posted there, but the problem was actually a plugin the client was using Velvet Blues Image Captions plugin. that was causing the problem.
I did that part also. I have restricted products to make it membership products same as It was used to restrict posts, but I extend it to work for products and no membership products can be added using url or add to cart button now.
I said I have solved this.
Forum: Plugins
In reply to: [PayPal for WooCommerce] Support for Subscription@angelleye Thank you for this news, I am eagerly waiting for this.
Forum: Plugins
In reply to: [PayPal for WooCommerce] Support for Subscription@jm I have done some thing on this if you want provide your email address I will send you that, It needs some testing, I have only done it for my practice no plan to release any plugin or anything, if you want to learn by using and going through it’s code I can send you the file as It is a small one, It can be use for learning but I do not have any plan to release it as plugin .
Forum: Plugins
In reply to: [WooCommerce] How I can validate whenever a product is added to cart ?solved it by using
$product_id = (int) apply_filters( 'woocommerce_add_to_cart_product_id', $_GET['add-to-cart'] );replaced get_the_ID() with $product_id().
solved it by using`
$product_id = (int) apply_filters( ‘woocommerce_add_to_cart_product_id’, $_GET[‘add-to-cart’] );`replaced get_the_ID() with $product_id().
Done this using the product postmeta.
Already done this.I used the postmeta of products to filter the products , but still want to do something on shop page .
I used wp_login_url( $redirect_link ) to redirect the user.
Forum: Plugins
In reply to: [Simple Membership] Can I use It with woocommerce ?Did it with paid memebrship pro and some custom codes , I will try to do the same using this plugin .If anyone else has done it let me know .
I got it using pmpro_url(“checkout”, “?level=” . $level->id, “https”). Thank you Jason.
thank you so much Jason.Can I ask another question ? How I can display a link to buy this specific membership on the page ?
Like pmpro_url(“levels”) Can I do pmpro_url($level_id) Membership Level, this is not working any other function to do this ?
Forum: Plugins
In reply to: [Ultimate Member & Job Manager] Fatal Errorneed to install wp job manager