Title: aramidth's Replies | WordPress.org

---

# aramidth

  [  ](https://wordpress.org/support/users/aramidth/)

 *   [Profile](https://wordpress.org/support/users/aramidth/)
 *   [Topics Started](https://wordpress.org/support/users/aramidth/topics/)
 *   [Replies Created](https://wordpress.org/support/users/aramidth/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/aramidth/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/aramidth/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/aramidth/engagements/)
 *   [Favorites](https://wordpress.org/support/users/aramidth/favorites/)

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce checkout page overwrites utm does not credit affiliates their sales](https://wordpress.org/support/topic/woocommerce-checkout-page-overwrites-utm-does-not-credit-affiliates-their-sales-2/)
 *  Thread Starter [aramidth](https://wordpress.org/support/users/aramidth/)
 * (@aramidth)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/woocommerce-checkout-page-overwrites-utm-does-not-credit-affiliates-their-sales-2/#post-18126471)
 * The above API needs to integrate with Woocommerce checkout so need you all to
   tell me how to set it up from beggining onwards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce checkout page overwrites utm does not credit affiliates their sales](https://wordpress.org/support/topic/woocommerce-checkout-page-overwrites-utm-does-not-credit-affiliates-their-sales-2/)
 *  Thread Starter [aramidth](https://wordpress.org/support/users/aramidth/)
 * (@aramidth)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/woocommerce-checkout-page-overwrites-utm-does-not-credit-affiliates-their-sales-2/#post-18125339)
 * 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;
 *     ```wp-block-code
       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 EndpointPrivate keyDownload Server Public keyDownload Public keyDownloadTheir most uptodate plugin can be downloaded here; npmjs.com/package/directpay-ipg-jsIPG User Wise Card Management API Documentation justpaste.it/7w34pIPG Integration Payment Link V1.0.1 Integration document justpaste.it/gj7nyTo access above links pls copy it and remove the space between the dotI need support to help setup all this on wordpress explain steps need to setup as If I know nothing about JS, HTML, CSS or APIsInstalled 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 
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce checkout page overwrites utm does not credit affiliates their sales](https://wordpress.org/support/topic/woocommerce-checkout-page-overwrites-utm-does-not-credit-affiliates-their-sales-2/)
 *  Thread Starter [aramidth](https://wordpress.org/support/users/aramidth/)
 * (@aramidth)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/woocommerce-checkout-page-overwrites-utm-does-not-credit-affiliates-their-sales-2/#post-18124157)
 * 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
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Woocommerce checkout page overwrites utm does not credit affiliates their sales](https://wordpress.org/support/topic/woocommerce-checkout-page-overwrites-utm-does-not-credit-affiliates-their-sales/)
 *  Thread Starter [aramidth](https://wordpress.org/support/users/aramidth/)
 * (@aramidth)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/woocommerce-checkout-page-overwrites-utm-does-not-credit-affiliates-their-sales/#post-18121250)
 * Thanks I have sent request there as well now. anyone knows how to fix this?
    -  This reply was modified 1 year, 9 months ago by [aramidth](https://wordpress.org/support/users/aramidth/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Error processing checkout. Please try again. Help fix](https://wordpress.org/support/topic/error-processing-checkout-please-try-again-help-fix/)
 *  Thread Starter [aramidth](https://wordpress.org/support/users/aramidth/)
 * (@aramidth)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/error-processing-checkout-please-try-again-help-fix/#post-16345060)
 * The 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Error processing checkout. Please try again. Help fix](https://wordpress.org/support/topic/error-processing-checkout-please-try-again-help-fix/)
 *  Thread Starter [aramidth](https://wordpress.org/support/users/aramidth/)
 * (@aramidth)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/error-processing-checkout-please-try-again-help-fix/#post-16343854)
 * Dear 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Error processing checkout. Please try again. Help fix](https://wordpress.org/support/topic/error-processing-checkout-please-try-again-help-fix/)
 *  Thread Starter [aramidth](https://wordpress.org/support/users/aramidth/)
 * (@aramidth)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/error-processing-checkout-please-try-again-help-fix/#post-16342770)
 * anyone?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product image loads & disappears after a few milliseconds](https://wordpress.org/support/topic/product-image-loads-disappears-after-a-few-milliseconds/)
 *  Thread Starter [aramidth](https://wordpress.org/support/users/aramidth/)
 * (@aramidth)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/product-image-loads-disappears-after-a-few-milliseconds/#post-15584298)
 * Plus most probably site wide cache delete helped as well:)
    Thank you everyone
   for the help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product image loads & disappears after a few milliseconds](https://wordpress.org/support/topic/product-image-loads-disappears-after-a-few-milliseconds/)
 *  Thread Starter [aramidth](https://wordpress.org/support/users/aramidth/)
 * (@aramidth)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/product-image-loads-disappears-after-a-few-milliseconds/#post-15584297)
 * Hi 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product image loads & disappears after a few milliseconds](https://wordpress.org/support/topic/product-image-loads-disappears-after-a-few-milliseconds/)
 *  Thread Starter [aramidth](https://wordpress.org/support/users/aramidth/)
 * (@aramidth)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/product-image-loads-disappears-after-a-few-milliseconds/#post-15582598)
 * Can 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://paste.pics/GR6SO)
   
   [https://tmcsystems.us/](https://tmcsystems.us/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product image loads & disappears after a few milliseconds](https://wordpress.org/support/topic/product-image-loads-disappears-after-a-few-milliseconds/)
 *  Thread Starter [aramidth](https://wordpress.org/support/users/aramidth/)
 * (@aramidth)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/product-image-loads-disappears-after-a-few-milliseconds/#post-15581859)
 * Also tried disabling caching plugins. And lazy load disabled on jetpack as well
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] BUTTON MENU IN THE MIDDLE OF PAGE HOW TO EDIT?](https://wordpress.org/support/topic/button-menu-in-the-middle-of-page-how-to-edit-2/)
 *  Thread Starter [aramidth](https://wordpress.org/support/users/aramidth/)
 * (@aramidth)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/button-menu-in-the-middle-of-page-how-to-edit-2/#post-14257355)
 * anyone?

Viewing 12 replies - 1 through 12 (of 12 total)