johnph88
Forum Replies Created
-
Forum: Plugins
In reply to: [PayPal WP Button Manager] open the www.paypal.com page in a new tab windowTx for reply.
SOLVED
I used the HTML snippet.
——
<form target=”_blank” action=”https://www.paypal.com/cgi-bin/webscr” method=”post”>
<input type=”hidden” name=”cmd” value=”_s-xclick”>
….
–>
</form>
——In the sideline I placed the pixel.gif line in comments as it created in Google Chrome an image not found.
TxRgrds, Wouter
to give an update
http://www.doteasy.com upgraded to PHP Version 7.0.16
PayPal WP Button Manager is working beautiful.
Happy Coding !
Rgrds, John
solved
in Dashboard —> Crowdfunding –> Woocommerce settings
radio < In WooCommerce Default > in < Load single campaign template >consequently Crowdfunding follows the hooks mentioned in my previous post
Great Day to All ! – Grtz. John
Forum: Plugins
In reply to: [PayPal WP Button Manager] Error Code: 10002Thank You. Problem solved.
I was in sandbox.
Happy Coding ! – Gtrz. John
Forum: Plugins
In reply to: [WP Crowdfunding] currency switchyes — done
TxRgrds, John
Hi – Thank you for your reply.
almost but not quite there — the tab is still presentIs something alike possible for WP Crowdfunding ?
step_01 : remove tab
step_02 : relocate descriptionplease find this example for woocommerce
//step_01 : remove tab
add_filter( ‘woocommerce_product_tabs’, ‘woo_remove_product_tabs’, 98 );
function woo_remove_product_tabs( $tabs ) {
unset( $tabs[‘description’] ); // Remove the description tab
return $tabs;
}//step_02 : relocate description + + adjust layout
function woo_single_product_description() {
echo ‘<div class=”single-product-description-section-wrap-WDM”>’;
woocommerce_get_template( ‘single-product/tabs/description.php’ );
echo ‘</div>’;
}add_action( ‘woocommerce_after_single_product_summary’, ‘woo_single_product_description’, 40 );
Forum: Plugins
In reply to: [WP Crowdfunding] currency switchTx for swift reply.
The currency symbol is changing but not the amount number. The product aside which is not a < Crowdfunding > product works perfectly : symbol + amount is updating.
Currency Switcher for WooCommerce is used. I tested others. Crowdfunding did not follow the currency switch from any of them.
Any idea? TxRgrds, John
Forum: Plugins
In reply to: [Invoices for WooCommerce] Template is not holding Logo image< Try to upload different image.>
I did – multiple.
< Do not forget to save settings. >
I did not forget.
Can you send me your logo? Will test it my self.
< Do not use the base64 filter. >I did not.
< If you have created a custom template, please update custom template.>
I did not.
I have a feeling that the issue is related to my local server settings. I use wampserver3.0.6_x64_apache2.4.23_mysql5.7.14_php5.6.25-7.0.10 .
—– Tx for all support. I moved on – you may close. However for sure a glitch is still present. Grtz. John
apologies out of my control
I’m on shared hosting http://www.doteasy.com.Note: If you are in a legacy environment where you only have older PHP or MySQL versions, WordPress also works with PHP 5.2.4+ and MySQL 5.0+, but these versions have reached official End Of Life and as such may expose your site to security vulnerabilities.
fyi — by this I had to move to another plugin. — anyway WooCommerce PDF Invoices = a wonderful plugin. Keep it up. TxRgrds, John
Forum: Plugins
In reply to: [Invoices for WooCommerce] Template is not holding Logo image< You don’t see the logo in Template tab like this? >
correct< Did it work before? >
noop – since I joined WooCommerce PDF Invoices
and this is since ver. 2.5.2
hence it did NOT work in 2.5.2 / 2.5.3 / 2.5.4 and the current ver. I have 2.5.5< Do you see a red cross in invoice? >
noop – I see the Company name field in big letters instead.
I tried several images jpg / png. The template is not holding the Logo image.apologies for late reply – I try to migrate to a live server. Could it be related to my localhost dev. env? TxRgrds, John