Title: jaceejoef's Replies | WordPress.org

---

# jaceejoef

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

 *   [Profile](https://wordpress.org/support/users/jaceejoef/)
 *   [Topics Started](https://wordpress.org/support/users/jaceejoef/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jaceejoef/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jaceejoef/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jaceejoef/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jaceejoef/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jaceejoef/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: [[Appointment Booking Calendar Plugin and Scheduling Plugin – BookingPress] Hook After Booking an Appointment](https://wordpress.org/support/topic/hook-after-booking-an-appointment/)
 *  Thread Starter [jaceejoef](https://wordpress.org/support/users/jaceejoef/)
 * (@jaceejoef)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/hook-after-booking-an-appointment/#post-17447536)
 * Thank you for your response. The last part is not reassuring though. I might 
   just find another plugin then. Thank you though.
 * Please consider this ticket resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Sync] Returns 500 Error](https://wordpress.org/support/topic/returns-500/)
 *  Thread Starter [jaceejoef](https://wordpress.org/support/users/jaceejoef/)
 * (@jaceejoef)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/returns-500/#post-16974264)
 * Hi. Thank you for responding.
 * So far, what I did is use wp_insert_attachment, wp_generate_attachment_metadata
   and wp_update_attachment_metadata to register the images. I created a cron job
   to read the files from a specific directory.
 * This approach would still return the execution timeout error so I created a bunch
   of txt files that have 40 images listed in them. I created these txt files via
   code and there are a total of almost 800 txt files. Once all the images from 
   the txt files are registered, the txt file is deleted.
 * I also added a checker if the image is already registered or not because sometimes,
   for some reason, it only registers the first image in the txt file and it just
   stops. I didn’t investigate further to know the reason.
 * It’s not the best solution but atleast it’s working in the background. You might
   get some kind of idea from it and make it better.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Multisite Global Product Identifier](https://wordpress.org/support/topic/multisite-global-product-identifier/)
 *  Thread Starter [jaceejoef](https://wordpress.org/support/users/jaceejoef/)
 * (@jaceejoef)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/multisite-global-product-identifier/#post-16718316)
 * [@seank123](https://wordpress.org/support/users/seank123/) I ask the production
   team and they don’t want that so I guess I’ll just add a global product ID custom
   field.
 * Someone also recommended Broadcast plugin ([https://broadcast.plainviewplugins.com/basic/](https://broadcast.plainviewplugins.com/basic/))
   so I’ll also check if that works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Multisite Global Product Identifier](https://wordpress.org/support/topic/multisite-global-product-identifier/)
 *  Thread Starter [jaceejoef](https://wordpress.org/support/users/jaceejoef/)
 * (@jaceejoef)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/multisite-global-product-identifier/#post-16712355)
 * [@seank123](https://wordpress.org/support/users/seank123/) Because we don’t have
   SKU on the variable. The SKU are on the variation. Variable is more of the product
   grouping while the variation is the specific product so the SKUs are in the variation.
 * For example if we are selling tshirts, “tshirt” is the variable while “red XL
   tshirt” is the variation.
 * And if you query product post type, it will return the variable products for 
   which we don’t have an SKU.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Yotpo: Product & Photo Reviews for WooCommerce] No shortcodes!!!](https://wordpress.org/support/topic/no-shortcodes-7/)
 *  [jaceejoef](https://wordpress.org/support/users/jaceejoef/)
 * (@jaceejoef)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/no-shortcodes-7/#post-16564549)
 * Experience the same problem. Here’s my workaround:
 *     ```wp-block-code
       add_shortcode('sc_wc_yotpo_show_widget', function(){
       	$plugin_dir = WP_PLUGIN_DIR . '/yotpo-social-reviews-for-woocommerce';
       	include_once $plugin_dir.'/wc_yotpo.php';
       	wc_yotpo_show_widget();
   
       	return;
       });
   
       add_shortcode('sc_yotpo_show_buttomline', function(){
       	$plugin_dir = WP_PLUGIN_DIR . '/yotpo-social-reviews-for-woocommerce';
       	include_once $plugin_dir.'/wc_yotpo.php';
       	wc_yotpo_show_buttomline();
   
       	return;
       });
       ```
   
 * Add the above code to functions.php or, in my case, Code Snippets.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Insert with additional field](https://wordpress.org/support/topic/insert-with-additional-field/)
 *  Thread Starter [jaceejoef](https://wordpress.org/support/users/jaceejoef/)
 * (@jaceejoef)
 * [4 years ago](https://wordpress.org/support/topic/insert-with-additional-field/#post-15498224)
 * Hi [@codingpanda](https://wordpress.org/support/users/codingpanda/)
 * Thank you for the workaround code. It works!
 * I was able to make it work using an SQL code but your code is neater so I’ll 
   use that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Paypal Checkout Remove Billing Address](https://wordpress.org/support/topic/paypal-checkout-remove-billing-address/)
 *  Thread Starter [jaceejoef](https://wordpress.org/support/users/jaceejoef/)
 * (@jaceejoef)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/paypal-checkout-remove-billing-address/#post-14609703)
 * Hi [@wpmudev-support9](https://wordpress.org/support/users/wpmudev-support9/)
 * Just want to clarify. If a user pays via debit or credit card, the billing address
   is a must. Is that correct?
 * I need to explain this to our client because he thinks online payment for a service
   is like paying over-the-counter via card where you only need the card details
   by swiping/tapping the card.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Hook After Frontend Form Submission](https://wordpress.org/support/topic/hook-after-frontend-form-submission/)
 *  Thread Starter [jaceejoef](https://wordpress.org/support/users/jaceejoef/)
 * (@jaceejoef)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/hook-after-frontend-form-submission/#post-13779833)
 * Hi [@keraweb](https://wordpress.org/support/users/keraweb/)
 * Yes, you’re right. It’s a plugin conflict. It has a conflict with Oxygen Builder
   which is something I can’t afford to deactivate.
 * Here’s how I found out the conflict.
 * Anyways, these are the activated plugins I’ve been using:
    - Oxygen Builder
    - Pods
    - Panda Pods Repeater
    - Code Snippets
    - WPS Hide Login
 * Among those five, I can only deactivate WPS Hide Login since the rest are the
   main plugins that help me create the website. After deactivating WPS Hide Login,
   the post transition hooks is still not working. So what I did is setup a fresh
   install of WordPress and install those four plugins. I create a test CPT, test
   pods form, test page and `save_post` hook code. And it works!
 * At this point, I don’t know what causes the issue in the original website so 
   I plan to recreate everything part-by-part and test the `save_post` hook each
   time. The first I did is to create the base template in Oxygen. After applying
   the base template on the page with my test form, the `save_post` hook stop working.
   So the culprit is Oxygen!
 * The error logs didn’t return any error message so I don’t know how to fix this.
   And I can’t deactivate oxygen since it’s my builder.
 * In case anyone wants to investigate this, here’s my setup:
    - WordPress 5.5.3
    - Oxygen 3.6.1
    - Pods 2.7.24
    - Panda Pods Repeater Field 1.4.7
    - Code Snippets 2.14.0
 * Other functionalities are custom code in Code Snippets.
 * For now, I will look for another free form that can handle the pods repeater 
   or maybe just create my own form (I already have the code anyway).
 * I will mark this as resolved, even though it’s not really resolved, since this
   needs further investigation on either Oxygen or Pods.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Hook After Frontend Form Submission](https://wordpress.org/support/topic/hook-after-frontend-form-submission/)
 *  Thread Starter [jaceejoef](https://wordpress.org/support/users/jaceejoef/)
 * (@jaceejoef)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/hook-after-frontend-form-submission/#post-13774543)
 * Did another test.
 * If I manually use the `wp_insert_post`, the `save_post` hook is firing. If I 
   use the pods form to create a new post, `save_post` hook is not firing.
    -  This reply was modified 5 years, 4 months ago by [jaceejoef](https://wordpress.org/support/users/jaceejoef/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Hook After Frontend Form Submission](https://wordpress.org/support/topic/hook-after-frontend-form-submission/)
 *  Thread Starter [jaceejoef](https://wordpress.org/support/users/jaceejoef/)
 * (@jaceejoef)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/hook-after-frontend-form-submission/#post-13774417)
 * Hi Jory,
 * Thank you for your response. For some reason, it’s not firing. I’ve also been
   trying to use transition post status hooks but still nothing.
 *     ```
       add_action('save_post_orders', 'jja_save_me', 10, 3);
       add_action('save_post', 'jja_save_me', 10, 3);
       function jja_save_me($post_id, $post, $update) {
       	error_log('WATCH ME');
       	$date = new DateTime();
   
       	// Gather post data.
       	$my_post = array(
       		'post_title'    => $date->getTimestamp(),
       		'post_content'  => 'This is my post.',
       		'post_status'   => 'publish'
       	);
   
       	// Insert the post into the database.
       	wp_insert_post( $my_post );
       }
       ```
   
 * re:woocommerce
    I’m actually doing an inventory system. Just a side project for
   our mini retail business. I originally plan to use woocommerce but, so far, I
   only need its product list feature so I just choose to create my own CPT instead
   of using a bulky woocommerce. Our order transactions are face-to-face so I also
   don’t need the order online feature of woocommerce.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Frontend Form](https://wordpress.org/support/topic/frontend-form-3/)
 *  Thread Starter [jaceejoef](https://wordpress.org/support/users/jaceejoef/)
 * (@jaceejoef)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/frontend-form-3/#post-13772991)
 * Hi,
 * Thank you for responding. It’s working now. I accidentally use a different custom
   post type that’s why it’s not working. Stupid me!
 * Thanks again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH Request a Quote for WooCommerce] Add to quote shortcode not working](https://wordpress.org/support/topic/add-to-quote-shortcode-not-working/)
 *  Thread Starter [jaceejoef](https://wordpress.org/support/users/jaceejoef/)
 * (@jaceejoef)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/add-to-quote-shortcode-not-working/#post-13408230)
 * it wasn’t indicated in the documentation that it’s only for premium. so what’s
   the shortcode for the free version?

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