nacm
Forum Replies Created
-
I also have the same issue, did you find a solution for this.?
Thanks, It works but has to change the tax query parameters as follows for 2nd step.
`$args[‘tax_query’][] = array(
‘taxonomy’ => ‘product_visibility’,
‘field’ => ‘name’,
‘terms’ => ‘exclude-from-catalog’,
‘operator’ => ‘NOT IN’,
);`Thank you very much
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Can′t activate MailPoetI also have the same issue, latest wordpress and php 7.0.0 on localhost with MAMP. Once the plugin was activated can’t open the admin.
Hi again. I have narrowed down the issue to “Listen catalog visibility”. it works when its set to false. As you know in woocommerce 3. is has changed visibility from meta_query to tax_query..
I hope this is helpful when you update the plugin in the future. Do you have any quick fix for this issue. Which function/s should I change?
Thanks
Thanks for the reply, here is the live link. There are few new products I have added after updating Woocommerce to 3. (JM Monster Game PE5N Gold, JM Monster Game PE4 Gold, JM Powerspell PE4 CL: RD/GD and few more). They all belong to brand “Jigging Master”, product type “Overhead”. They don’t add to the count too. If you filter by brand (a custom taxonomy) or product type (a sub product category) it doesn’t show those products added after the update. But they show up when using the price range slider.
Thanks
Thanks will do that.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce add-to-cart-variation.js not includingHi, I have also been trying to use woocommerec working with sage 9 and have tried different options. Could you post the file hierarchy of the theme structure and where you have placed the woocommerce related files. There were couple of suggestions on roots forum. I believe you have also commented in this thread. Roots forum. I could not get the archive-product.blade.php or single-product.blade.php working. They only worked without ..’blade’… any suggestion.
Thanks
Forum: Plugins
In reply to: [WP eCommerce] Single product url base adds a number to the endHi @mihal, Thanks for quick response. permalink is set to Post name. All my other pages not related to wp-e-commerce are working fine the way I wanted.
Forum: Plugins
In reply to: [WP eCommerce] How to select template for product pages ?Hello @mikeywallis,
Did you get the answer for this. One way to do this is to move the single-wpsc-product.php file into theme directory and edit it. There is an option in WP setting>store: Presentation Tab to move the file to theme directory. Make sure you flush Theme Cache after changing the files.Thanks @zimbo000 and @mattyrob.
I have had the same issue as @zimbo000. Managed to solve the problem by modifying the plugin ..frontend.php line 288 with this code:
if ( 1 === $this->filtered && '' !== $this->message ) { return $this->message; } elseif ( 1 === $this->filtered ) { return $content; }
and now can show a custom message by applying the filter.
Hope this will be modified in the next plugin update.
Forum: Plugins
In reply to: [WP-Polls] How to set poll to load rtl css fileThanks Chan, that works
Forum: Plugins
In reply to: [LeagueManager] Displaying League Schedulemake sure you choose the correct league id, check it from the overview page.
Forum: Plugins
In reply to: [LeagueManager] Championship mode- moving teams to semi final-howIts working now with the new update. Thank you author.
Forum: Plugins
In reply to: [LeagueManager] Cannot access wp-admin after update to 3.8.3Change the line 1440 in
public_html/wp-content/plugins/leaguemanager/admin/admin.php to
$this->league = $leaguemanager->getLeague($this->league_id);
The last $ sign is missing.
Forum: Plugins
In reply to: [LeagueManager] Cannot access wp-admin after update to 3.8.3Try re-install the plugin. It’s working fine for me.