tarawhitie
Forum Replies Created
-
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Webpage can’t scroll in SafariHi
Thanks for the advice sadly that didn’t fix the issue, any other help/clues would be appreciated.
Cheers
Tara WhitieHi
I am interested in the same function, the unit of measure to display everywhere the price is displayed. For the same reason above, people are stupid haha.Hi
I have added plugin pro version and added the above code and there is no table in the quickview, I’m contacting your to get beta.Hi
I’ve added the code to the functions.php fileadd_action(‘init’, function(){
add_filter( ‘wdp_product_bulk_table_places’, function ( $places ) {
$places[‘yith_wcqv_product_summary’] = __( “YITH WooCommerce Quick View”, ‘yith-wcqv’ );return $places;
} );
add_filter( ‘wdp_bulk_table_js_init_trigger’, function () {
return “qv_loader_stop”;
} );
});And removed my commented out lines in your wp-content/plugins/advanced-dynamic-pricing-for-woocommerce/classes/class-wdp-frontend.php file.
And selected option YITH WooCommerce Quick View in customiser and the table is not showing, we require the table to display in both quickview and single product page. This product has bulk discount assigned to it. Any help is appreciated, cheers in advance.
https://www.industree.com.au/store/product/legend-zip-safety-boot/Hi
I had the table displaying in the quickview and now it is gone.
I fixed it before by commenting out/*if ( ! $product OR $product->is_type( ‘variable’ ) ) {
return “”;
}*/In your file
/wp-content/plugins/advanced-dynamic-pricing-for-woocommerce/classes/class-wdp-frontend.php
lines 295, 295, 296I updated the plugin which of course removed my commented out and I have again commented it out but now it does not show the table in quickview.
I have also added the above code
add_action(‘init’, function(){
add_filter( ‘wdp_product_bulk_table_places’, function ( $places ) {
$places[‘yith_wcqv_product_summary’] = __( “YITH WooCommerce Quick View”, ‘yith-wcqv’ );return $places;
} );
add_filter( ‘wdp_bulk_table_js_init_trigger’, function () {
return “qv_loader_stop”;
} );
});To no avail, any suggestions would be greatly appreciated.
Ok thanks, we’re working on the site today, thanks for your help.
I think I found the code to comment out
if ( ! $product OR $product->is_type( ‘variable’ ) ) {
return “”;
}?
/wp-content/plugins/advanced-dynamic-pricing-for-woocommerce/classes/class-wdp-frontend.php
Does this commenting out effect any thing else?ok
I’m trying to place the brand above the product title on short description and quickview, currently brand is showing above product title on product single view which is what I would on all views. Which is set on the plugin settings but it only places brand above product title on single product.
Forum: Plugins
In reply to: [Woo Variations Table] Internet ExplorerHi
And thanks a million, all fixed in IE…Happy client, happy life….well done!!Forum: Plugins
In reply to: [Woo Variations Table] Internet ExplorerGreat, thank you, let me know when you have fixed it…happy coding….
Forum: Plugins
In reply to: [Woo Variations Table] Internet ExplorerHi again, we really need the plugin to work in IE, I have had 3 people with IE 11 say they cannot see the table???…..HELP PLEASE!!!!!!
Forum: Plugins
In reply to: [Woo Variations Table] Internet ExplorerHi
I updated to IE 11 yesterday and it’s still not working?
Hi
https://walkingwombats.com.au/
I’m getting the error too, I have set the Credit Card Fields to ‘use WooCommerce standard credit card fields’ and I get this error ‘Transaction failed
(D4458)’ and when I untick the ‘use standard credit card fields’ I get this message ‘Transaction failed
V6111: Unauthorised API Access, Account Not PCI Certified
V6010: Invalid TransactionType, account not certified for eCome only MOTO or Recurring available’I have contacted eway and this is their response
‘I have looked in our gateway logs and can see that the card details are not being encrypted.
This would indicate that the plugin you are using is not functioning correctly.
I would recommend contacting the plugin creator directly for assistance with the plugin not encrypting the card details before they’re posted to eWAY.’I have activated theme 2017 to see if that would help but to no avail….
Please advise me on what to do??