moshe
Forum Replies Created
-
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] Access to files after paying for commerceI mean to say that it will not be possible to use with the direct link of the file to hear it without first purchasing the product.
This is the link to the page where your plugin is not currently working. (Previously worked)
https://veholachtobidrochov.com/When you open Elementor’s accordion, a download button opens.
The download link is not valid, but only in the default language.Hello,
https://veholachtobidrochov.com/course/shiurim-and-shmoozim-tisha-bav-and-bein-hametzorim/
No funciona cuando está en hebreo
Botones de página de archivo
Hay botones para vincular a la página del archivo.
Solo funciona en el idioma predeterminado.Unfortunately zero files did not work
“Reseting the minified files” How do you do that?
How to make it not include certain product IDs
/** * Woo Point Rewards by Order Total * Reward store purchases by paying a percentage of the order total * as points to the buyer. * @version 1.1 */ function mycred_pro_reward_order_percentage( $order_id ) { if ( ! function_exists( 'mycred' ) ) return; // Get Order $order = wc_get_order( $order_id ); $cost = $order->get_subtotal(); // Do not payout if order was paid using points if ( $order->payment_method == 'mycred' ) return; // The percentage to payout $percent = 3; // Load myCRED $mycred = mycred(); // Make sure user only gets points once per order if ( $mycred->has_entry( 'reward', $order_id, $order->user_id ) ) return; // Reward example 3% in points. $reward = $cost * ( $percent / 100 ); // Add reward $mycred->add_creds( 'reward', $order->user_id, $reward, 'Reward for store purchase', $order_id, array( 'ref_type' => 'post' ) ); } add_action( 'woocommerce_order_status_completed', 'mycred_pro_reward_order_percentage' );
Hi
This is exactly my problem right now.
Can’t use to purchase coupons without canceling the code?Although the code continues to work on the site does it not work on a manually configured product (on the edit page of the product in the widget)?
Hi
Does the transfer plugin require additional installation?The problem must be obvious.
It just breaks the widget completely.
I wrote that the problem does not currently exist because I have disabled This particular action of the plugin.
I can not run the operation again, because it is a live site, and users may be harmed if I activate the plugin and an important part of the site will not work while they are using it.
I would suggest you run Elementor’s widget. But if you do not have an elementor on your site, you will not know that your plugin is breaking their widget, but I will try to run it on a non-live site to send you the sample of the problem.This is a live site
I could not leave him with the malfunction.
Does it work for you?Hi
Is this the only way to use it as a coupon?
Is it possible to transfer the coupon this way to another user?
Is it possible to transfer points to another user?
Is it possible to purchase points in advance for another user?Hi
YES- This reply was modified 4 years, 6 months ago by moshe.