tnitschinger
Forum Replies Created
-
Forum: Plugins
In reply to: [Table Rate Shipping for WooCommerce] Table shipping option disappearsThanks for the hint. The problem was that the max value was empty – I added a * and now it works! ??
If helpful, I could provide a login to the site…
Hi there – thanks for the fast response.
We have only EUR in our store – and all other payment methods via the plugin work as expected. Also e.g. SOFORT (which is part of Klarna) works for Germany without problems.
Neither do we have a currency switcher…
thx tomthx – we will test it!
ok – there it is line 2166 or 2015
9.9.2
yes – understood. but i checked now, we use the free version – it says everywhere “Go Elite” ?? and the code lines are correct, they were taken from our free version on the server, not from elite…
?? so – what would you need to make this work for us?
no – we are not on elite…
hi – this i got back from the other dev team.
—
I need in class-get-products.php
In line 2144:
$wp_query = apply_filters( ‘sea/get_products’, array(
‘posts_per_page’ => $offset_step_size,
‘offset’ => $nr_products_processed,
‘post_type’ => $post_type,
‘post_status’ => ‘publish’,
‘fields’ => ‘ids’,
‘no_found_rows’ => true,
));OR in line 1998:
public function woosea_get_products ( $project_config ) {
define(‘SEA_GETTING_PRODUCTS’, true);The names can be whatever they want`
—thx
Hi – the other Dev team was asking, if it is possible to add something like
—
define(‘CREATING_FEED’, true) or similar
—
Would that be possible?
If not in the general plugin – could you help us include this at the right point in your plugin, so we have a custom solution?
thanks.But your tool does work with geolocation in general – or not?
hmmm… but you said that e.g. WPML can do this. how is it working there?
Hi there. This is the answer from the dev team:
###
Hi Thomas,
I reviewed their plugin a bit and what I would need to deactivate geotargetingwp from their feed creation is either a filter hook in the wpquery arguments they use so I can remove filters, or some constant definition that the feed it’s being created such WP_DOING_AJAX
I can’t see either of those in their code so I don’t have a way to identify that the feed it’s being created and disable it. Please ask them if they are willing to help adding some hooks so others developers can work with their plugin
###
Could you provide something like this? Or is it already available and they just didn’t find it?
thanks for your help.I will try and contact them. But I thought that the feed is generated from the database – so why is there a “user” needed to be identified to create the feed?
I thought the feed will be created by the defined filters…?
Thanks