Garden of Plugins
Forum Replies Created
-
this is an example of a product page where the add to cart will show correct… https://gardentoy.com.br/produto/diodo-1200v-16a-ultra-rapido-hfa16tb120-30ns/
if you go to the main page or other like about us it wont show the correct color on the text of the add to cart button…
I found a second minor bug… the add to cart button on the details is getting the background color set for all the woo add to cart buttons… but when im not in a products page it wont get the color of the text.. leaving a total colored button…
i tried to add css to styles but it seem its loaded only when the search comes up or something so its not applied… is there a way to make the transparent background ! important? or to change it without having to reset the add to cart buttons on divi?
Thanks again hope it helps improove functionality..the container may be different because im using the global template of the menu… looks like this
if (jQuery('et_pb_menu__search-container--visible')) {Hi Thanks a lot i tried here but initially it did not work so i kept trying and found that it worked using this way:
add_action( 'wp_footer', function() { ?> <script type="text/javascript"> jQuery(document).ready(function() { jQuery('body').on('click', '.et_pb_menu__search-button', function() { // console.log("Search clicked"); setTimeout(function() { if (!jQuery('.dgwt-wcas-search-input').is(':focus')) { jQuery('input.dgwt-wcas-search-input').focus(); // console.log("Search form "); } }, 300); //} }); }); </script> <?php }, 9999 );Perhaps you could add directly to the plugin this function too..
do you have it already? or do you have plans to add to the plugin?
I ask just to not fall in conflict so i can remove from my functions later?
Thanks a lot for the help!!!!I already solved… by detecting your plugin call.. or error and returning the price thanks by the way and compliments again for the plugin. its wonderfull
my only other question is why in the divi theme it wont set the cursor to the seach bar when i click…. it apear to rapdly open the div search and than switch to the fiboseach but without the cursor on focus…
is there a way to get it?i solved the problem adding this lines to the class-get-products.php file around line 4200 right before this:
/**
* Add product tags to the product data array
*/
this way it can get the unit price measures from the variationsif you could please add it to your next update so it dont break my system..
i hope it helped to improve your plug functionality!
please let me know !
thanks for your great plugin!
// final modificationif ($product_data[‘item_group_id’] != $product_data[‘id’] && $product_data[‘item_group_id’] >0){
$logged_value = get_metadata(‘post’, $product_data[“id”], ‘unit_pricing_measure’, true);
//error_log(‘Variation ID: ‘ . $product_data[“id”] . ‘ – Saved Unit Pricing Measure: ‘ . $logged_value);
$product_data[‘unit_pricing_measure’]=$logged_value;
// Log the product data and term value error_log(‘Product Data: ‘ . print_r($product_data, true));
}
- This reply was modified 2 years, 5 months ago by Garden of Plugins.
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Facebook is showing incorrect pricesOne thing i noticed is that when i copy and paste the code from email the array went wrong on pasting and i wast few minuts wondering why hahah =)
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Facebook is showing incorrect priceshello my friend i added to the website and run the command… today looking at facebook store it seem it converted most of the values back to the correct values and currency… however some were still wrong maybe because im also using a pixel to update info from products but aparently all from woointegration corrected! thanks a lot!
If you plan to add this to the plugin please tell me so i can remove from the child theme.
I thanks you a lot for your help!Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Facebook is showing incorrect pricesI was thinking maybe in your plugin you could add some filter for a list of domains the user could input on the settings page… that could maybe prevent it to change the price when access come from a specific domain or ip address maybe for example…
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Facebook is showing incorrect pricesHere the default shop currency is BRL and your plugin sets for other countries dollar and if is in europe it sets to euro…
In facebook store i noticed yesterday the values were in dollar (5 times less) but displaying BRL reais as currency… so appears like it took only the value and not currency.. im not really sure whats goingForum: Plugins
In reply to: [Price Based on Country for WooCommerce] Facebook is showing incorrect prices
Hello Oscar, im currently using the facebook for woocommerce plugin…
Im from brazil so as my website so the currency of the website is Reais BRL and it aparently takes the dollar value but the woo currency BRL since facebook access the site from maybe north america and the plugin sets the value to a dollar value but facebook microdata seem to not get the currency correctly…
i tried changing on facebook the currency to Us dollar just to not display wrong values…
have you had such problem before?
thanks a lot for the quick response!uma ideia para a versão pro seria colocar ja um esquema de o cliente poder escolher ja no carrinho a forma de pagamento de forma que no checkout a forma selecionada aparece ja selecionada..
outra coisa é ja que se oferece um desconto no pix deveria ser aplicado um cupom no carrinho para o cliente nao reclamar depois… pq vai o valor cheio no final das contasForum: Plugins
In reply to: [Country Based Payments for WooCommerce] Support for HPOSI noticed that in advanced tab of woo configurations you have the resources tab section features
there it tells the plugin is now not compatible with woocomerce and there is an enable compatibility mode checkbox
still working for now but if debug is on on claudio sanches correios plugin it throw out errors saying some methods are deprecated or something…
hope that helps… and hope Ivan can make it compatiblei just started using it and seems great !
- This reply was modified 2 years, 8 months ago by Garden of Plugins.