biologix
Forum Replies Created
-
Thank you for checking. It seems that the issue is fixed for now and Gmail is not flagging PDF certificate attachment as virus/malware.
Feature Suggestion: I would suggest that in future updates you guys add an option to generate certificates in different formats (e.g., JPEG/JPG) if possible.
Is there any problem with Quiz Maker PDF API?
Here what i am noticing
I save the PDF from quiz result (Open – From Result Page) and then “printed as PDF” and saved to the local folder. The printed version attached to Gmail does NOT flag as “Contain virus” and able to send it, but the download version )Download – From Result Page) flagged as “Contain Virus”
This behaviour just started from yesterday.
I am a pro user, please help to resolve this issue ASAP
I had to inactive the plugin and use a different plugin as I was losing customers and revenue due to WooCommerce PayPal Payments plugin. This error has been reported by many plugin users so it has to be fixed before I can start using it again.
Forum: Plugins
In reply to: [Quiz Maker] Failing Quiz – Webpage in different languageFYI. I use Ays Pro version.
Forum: Plugins
In reply to: [WooCommerce] Remove Product Link in Order Emails to prevent confusionHere is the solution that I just implemented.
You can do this quite easily by copying the email-downloads.php template to yourtheme/woocommerce/emails/email-downloads.php, and changing this line:
Replace line 44
<a href="<?php echo esc_url( get_permalink( $download['product_id'] ) ); ?>"><?php echo wp_kses_post( $download['product_name'] ); ?></a>
to this one
<?php echo wp_kses_post( $download['product_name'] ); ?>
It keeps the download table as is and removes the product title hyperlink.
Here is one solution, but we need a solution for email notification.
- This reply was modified 3 years, 5 months ago by biologix.
So far no luck finding solution.
Forum: Plugins
In reply to: [WooCommerce] Remove Product Link in Order Emails to prevent confusionHow did you achieve this? I would still like to keep the table and remove the product name hyperlink so if someone buying multiple downloadable products then they are all properly visible in the table view.
Forum: Plugins
In reply to: [WooCommerce] Remove Product Link in Order Emails to prevent confusionNo simple fix yet? Overriding templet is the only way?
Thank you. There should be a simple hook or filter to disable the product hyperlinks from the completed email notification to the customer.
Forum: Plugins
In reply to: [Site Reviews] Error with schema: “review”:trueThank you for prompt fix. Appreciate it.
Forum: Plugins
In reply to: [Site Reviews] Error with schema: “review”:trueAfter update “author” field required error is gone, but new error started popping up
“One of offers or review or aggregateRating should be provided”
blxtrainig.com
Forum: Plugins
In reply to: [WP eCommerce] Quantity on CheckoutIn Theme folder (wpsc-shopping_cart_page.php) i have following codes, where i am not sure what to modify to ensure that default quantity for each product is set to “1” and customer can not update quantity manually.
<td class=”wpsc_product_quantity wpsc_product_quantity_<?php echo wpsc_the_cart_item_key(); ?>”>
<form action=”<?php echo get_option(‘shopping_cart_url’); ?>” method=”post” class=”adjustform qty”>
<input type=”text” name=”quantity” size=”2″ value=”<?php echo wpsc_cart_item_quantity(); ?>” />
<input type=”hidden” name=”key” value=”<?php echo wpsc_the_cart_item_key(); ?>” />
<input type=”hidden” name=”wpsc_update_quantity” value=”true” />
<input type=”submit” value=”<?php _e(‘Update’, ‘wpsc’); ?>” name=”submit” />
</form>
</td>Forum: Plugins
In reply to: [WP eCommerce] Quantity on CheckoutNo help? I just want to set default quantity to “1” for each product at checkout.
Same issue with us too. It started giving “Our server returned an error (500)”