cashismatt
Forum Replies Created
-
Thank you. What about I don’t want to do the translation every time I make an update of the theme?
Forum: Plugins
In reply to: [WooCommerce] Checkout – processing transaction slow@clang777 do you solve?? I have the same problem
- This reply was modified 6 years, 1 month ago by cashismatt.
Forum: Plugins
In reply to: [Role Based Price For WooCommerce] Enable role based price for all productHi kristophar,
if you want to activate enable role bases prices you have to map the string “yes” to “Price status” property.
Thanks a lot
I changed the line code you suggested but it didn’t change. Maybe because of the cache?? I’m using xampp on localhost
sorry man,
how can I translate the word by the plugin if I need to be logged out?
Can you say me where I have to change the word in the plugin code?
Unfortunately I do not have to time to translate the entire plugin.
Forum: Plugins
In reply to: [Advanced Woo Search] PROBLEM WITH SEARCH IN HEADERDear Illid,
how can I add search box next to the “aws-search-field” such as
<button type=”submit”><i class=”fa fa-search”></i></button> ???
Thanks
Forum: Plugins
In reply to: [Advanced Woo Search] PROBLEM WITH SEARCH IN HEADERThanks a lot, it worked.
Forum: Plugins
In reply to: [Advanced Woo Search] PROBLEM WITH SEARCH IN HEADERI simply replaced theme code with “<?php if ( function_exists( ‘aws_get_search_form’ ) ) { aws_get_search_form(); } ?>” in search-box.php
you can see the file here
https://www.dropbox.com/s/n09iqqmrn9qy9du/search-box.php?dl=0
- This reply was modified 6 years, 1 month ago by cashismatt.
Cleared the browser cache and now it works.
Forum: Plugins
In reply to: [Advanced Woo Search] PROBLEM WITH SEARCH IN HEADERyes of course. Notice that if I put the code in the body page it works
Forum: Plugins
In reply to: [Advanced Woo Search] PROBLEM WITH SEARCH IN HEADERYes, exactly. I see the search page, I do not see ajax results.
- This reply was modified 6 years, 1 month ago by cashismatt.
Forum: Plugins
In reply to: [Advanced Woo Search] PROBLEM WITH SEARCH IN HEADERno errors unfortunately, neither when I type something neither if put click enter and do the research..
Forum: Plugins
In reply to: [Advanced Woo Search] PROBLEM WITH SEARCH IN HEADERI’m sorry but my website isn’t still online, I’m working on localhost..
Forum: Plugins
In reply to: [Role Based Price For WooCommerce] Enable role based price for all productIt worked, thanks a lot.