Category: eCommerce
Untitled Snippet (copy)
Untitled Snippet
Untitled Snippet
Roosmark Landing & Category FAQ Schema
Dynamic Product Schema Markup for All WooCommerce Products
Order-Received Page Load
Untitled Snippet
if (function_exists(‘asl_display’)) { echo do_shortcode(‘[ajax_search_form]’); }Continue reading
connect site to google
Notify if Stripe is put in Test Mode
add_action(‘update_option_woocommerce_stripe_settings’, function($old_value, $value, $option) { if (!isset($old_value[‘testmode’]) || !isset($value[‘testmode’])) { return; } if ($old_value[‘testmode’] === $value[‘testmode’]) { return; } $optionName = ‘woocommerce_stripe_testmode_log’; $entry = [ ‘time’ => current_time(‘mysql’), ‘uri’ => $_SERVER[‘REQUEST_URI’] ?? ”, ‘hook’ => current_filter(), ‘old’ => $old_value[‘testmode’], ‘new’…Continue reading