aramidth
Forum Replies Created
-
The above API needs to integrate with Woocommerce checkout so need you all to tell me how to set it up from beggining onwards
The solution to this problem is if you are using a child theme then go to theme editor under appearance tab or go to the place you have all those theme related php files using file manager via hosting provider. And then once you are there inside related theme folder check for php files under catergory or name called template-parts.php and it is like a drop down under that once click you should see some php files like post meta.php inside that u should cut off code which calls author info and date.
Besides that I have following problem that need be solved;
How to run a JS SDK API payment gateway on WordPress Woocommerce?
The payment gateway provider has a wordpress plugin but it does not have all the gateway functions built in and also they have a seperate portal made available to merchants to get following data;
Merchant ID : API Key : Merchant Secret Key : Confirmation Endpoint Endpoint
Private key
Download Server Public key
Download Public key
Download
Their most uptodate plugin can be downloaded here;?npmjs.com/package/directpay-ipg-js
IPG User Wise Card Management API Documentation?justpaste.it/7w34p
IPG Integration Payment Link V1.0.1 Integration document?justpaste.it/gj7ny
To access above links pls copy it and remove the space between the dot
I need support to help setup all this on wordpress explain steps need to setup as If I know nothing about JS, HTML, CSS or APIs
Installed plugin provided by them and researched all options inside their merchant portal but those functions provided by sdk seem to have no GUI to be easily accessed and edited
How remove author info and date class using functions.php?
For example if you want to Hide related products @ single product page then this is the code;
add_action( ‘woocommerce_after_single_product_summary’, ‘bbloomer_hide_related_checkbox_products’, 1 );
function bbloomer_hide_related_checkbox_products() {
global $product;
if ( ! empty ( get_post_meta( $product->get_id(), ‘hide_related’, true ) ) ) {
remove_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_related_products’, 20 );
}
so like above what is code for remove author info and date? The classes called as blog-meta–date and blog-meta due to child theme being active
Thanks I have sent request there as well now. anyone knows how to fix this?
- This reply was modified 4 months, 1 week ago by aramidth.
Forum: Plugins
In reply to: [WooCommerce] Error processing checkout. Please try again. Help fixThe problem was woocomerce was being overidden by the Curcy plugin and in woocommerce multi curency plugin the checkout settings was not set correctly for related currencies thus checkout didn’t happen. Sometimes some gateways only expect USD as checkout currency so this also was conflicting and brining error
Forum: Plugins
In reply to: [WooCommerce] Error processing checkout. Please try again. Help fixDear Team, i checked all 3 and all 3 gives same error
Error processing checkout. Please try again.
Which means it is a woocommerce plugin error pls help solve
Forum: Plugins
In reply to: [WooCommerce] Error processing checkout. Please try again. Help fixanyone?
Forum: Plugins
In reply to: [WooCommerce] Product image loads & disappears after a few millisecondsPlus most probably site wide cache delete helped as well:)
Thank you everyone for the help!Forum: Plugins
In reply to: [WooCommerce] Product image loads & disappears after a few millisecondsHi I think it has fixed itself or when I turned on and off and back on those caching plugins might have fixed. Plus I think Igor is on point since right now my vpn extension is off when I check and all good:)
Forum: Plugins
In reply to: [WooCommerce] Product image loads & disappears after a few millisecondsCan you please check this page as well because still on my chrome browser in laptop after do ctrl+f5 also same thing shows as this way https://paste.pics/GR6SO
https://tmcsystems.us/Forum: Plugins
In reply to: [WooCommerce] Product image loads & disappears after a few millisecondsAlso tried disabling caching plugins. And lazy load disabled on jetpack as well
anyone?