-
Created a topic, Can’t access my own templates now?, on the site WordPress.org Forums:
I recently started getting an error where I can't add … -
Posted a reply to Pagination not working on archive pages, on the site WordPress.org Forums:
I am also having the same problem. -
Posted a reply to Permalink Manager Lite + Elementor, on the site WordPress.org Forums:
I had the same issue with the pro version but the most recent update fixed… -
Created a topic, Responsive Images, on the site WordPress.org Forums:
Mobile seems to never load the proper WP auto generate… -
Created a topic, Product gallery disappeared?, on the site WordPress.org Forums:
Hi, My product gallery section disappeared from my ed… -
Created a topic, Great plugin, on the site WordPress.org Forums:
This side cart works great. It has a lot of useful fea… -
Posted a reply to Disable price calculations?, on the site WordPress.org Forums:
@brozra No problem, I appreciate the input. PPOM was actually working fine with dynamic pricing… -
Posted a reply to Disable price calculations?, on the site WordPress.org Forums:
@brozra Thanks for the reply, I tried that but it didn't work. -
Posted a reply to Disable price calculations?, on the site WordPress.org Forums:
I don't need to hide the PPOM table. In my cart the discount is being… -
Created a topic, Disable price calculations?, on the site WordPress.org Forums:
Is there any way I can make your plugin not update pri… -
Created a topic, Any way to make prices work with Dynamic Pricing?, on the site WordPress.org Forums:
Hi, I am wanting to make the color options cost $10 m… -
Posted a reply to Suggested Products input field not working, on the site WordPress.org Forums:
Hi @xootix Thanks for your quick reply. That's strange input fields are being pulled in… -
Created a topic, Suggested Products input field not working, on the site WordPress.org Forums:
Hi, The input field value can't be changed for my sug… -
Posted a reply to Hide suggested products when cross-sells empty, on the site WordPress.org Forums:
Hi @xootix That seems to work perfect. Thank you! -
Posted a reply to Hide suggested products when cross-sells empty, on the site WordPress.org Forums:
Hi @xootix Thanks for your quick reply. Unfortunately that code doesn't seem to work as… -
Posted a reply to Hide suggested products when cross-sells empty, on the site WordPress.org Forums:
function xoo_cu_wsc_sp_filter($args){ $suggested_products = WC()->cart->get_cross_sells(); if(empty($suggested_products)){ $args['suggested_products'] = array(0); } return $args; } add_filter('xoo_wsc_suggested_product_args','xoo_cu_wsc_sp_filter'); This… -
Created a topic, Hide suggested products when cross-sells empty, on the site WordPress.org Forums:
Hi, I have show suggested products enabled with type … -
Created a topic, [Redirection] Redirects from old NetSuite site not working, on the site WordPress.org Forums:
On our old site our images were in /site/images/genera…