Cezar Ayran
@ayrancd on WordPress.org, @Cezar Duarte on Slack
- Member Since: November 3rd, 2009
-
Posted a reply to Email fields as soon as I click on add to cart, on the site WordPress.org Forums:
I got another plugin that works with the snippet I posted here. This is solved,… -
Posted a reply to Email fields as soon as I click on add to cart, on the site WordPress.org Forums:
I found the action... but can't figure out how to get the custom fields... plugin… -
Posted a reply to Save form info when add to cart, on the site WordPress.org Forums:
@maartenbelmans I got a function to be triggered when a product is added to the… -
Created a topic, Email fields as soon as I click on add to cart, on the site WordPress.org Forums:
I have to hard code so when users click on add to cart… -
Posted a reply to Save form info when add to cart, on the site WordPress.org Forums:
@maartenbelmans do you know what WOO action I can use so when the add to… -
Posted a reply to Shipping insurance doesn’t work if it was preloaded, on the site WordPress.org Forums:
@xue28 that's a custom code that came with the website, I'll paste the code here… -
Posted a reply to Save form info when add to cart, on the site WordPress.org Forums:
@maartenbelmans is there a way to as soon as they hit add to cart, a… -
Posted a reply to Save form info when add to cart, on the site WordPress.org Forums:
@maartenbelmans but if users don't place the order it won't save the info anywhere, correct? -
Created a topic, Save form info when add to cart, on the site WordPress.org Forums:
Is there a way to save the information filled out as s… -
Created a topic, Shipping insurance doesn’t work if it was preloaded, on the site WordPress.org Forums:
If you add any product to the cart and then on the car… -
Posted a reply to Search by title only, on the site WordPress.org Forums:
I just found a solution function wpse_11826_search_by_title( $search, $wp_query ) { if ( ! empty(… -
Created a topic, Search by title only, on the site WordPress.org Forums:
I've tried some snippets I found to limit the search b… -
Posted a reply to get_the_terms by products displayed on category, on the site WordPress.org Forums:
I want to share my solution function filterBrands(){ $TAGID = get_queried_object()->term_id; $query = get_posts(array( 'post_type'… -
Posted a reply to get_the_terms by products displayed on category, on the site WordPress.org Forums:
UPDATE: I'm getting all products by category and I know how to get the tag… -
Posted a reply to get_the_terms by products displayed on category, on the site WordPress.org Forums:
Sorry, this is actually the code I have: $child = get_terms( array( 'taxonomy' => 'product_tag',… -
Created a topic, get_the_terms by products displayed on category, on the site WordPress.org Forums:
I'm trying to load all tags based on the products that… -
Posted a reply to Replace tags label, on the site WordPress.org Forums:
This is my solution: //loads brands on product page function loadTagsOnProductPage(){ $child = get_terms( array(… -
Created a topic, Replace tags label, on the site WordPress.org Forums:
Anyone know a good way to replace the tags label on Wo… -
Posted a reply to Replacing Tags Label on WooCommerce, on the site WordPress.org Forums:
Okay. -
Created a topic, Replacing Tags Label on WooCommerce, on the site WordPress.org Forums:
Not sure if this is the right forum but. Anyone kno… -
Posted a reply to 502 Bad Gateway, on the site WordPress.org Forums:
@threadi I believe I fixed it... I had a lot of conditions like: if($_GET["sort"] !=… -
Created a topic, 502 Bad Gateway, on the site WordPress.org Forums:
The first page loads fine https://www.majorworld.com/a… -
Posted a reply to Taxonomy link not working, on the site WordPress.org Forums:
@bcworkz I just noticed that... kitchen-simulator is actually the post type so I just marked… -
Posted a reply to Taxonomy link not working, on the site WordPress.org Forums:
The funny thing about this is that I have another custom post type and taxonomy… -
Created a topic, Taxonomy link not working, on the site WordPress.org Forums:
Categories links work ex: https://61eb130730.nxcli.io/… -
Posted a reply to GIF not working, on the site WordPress.org Forums:
well... I just reuploaded manually and now it is "working". -
Posted a reply to GIF not working, on the site WordPress.org Forums:
Actually... I found the gif working https://diamondrecovery.com/wp-content/uploads/2022/12/DR_BrandID_WebExplore_BrandIcon_Animation.gif but when I search the media it only… -
Created a topic, GIF not working, on the site WordPress.org Forums:
I just uploaded this GIF https://diamondrecovery.com/w… -
Created a topic, Flag dropdown, on the site WordPress.org Forums:
is it possible to display a dropdown with flags instea… -
Posted a reply to Malware?, on the site WordPress.org Forums:
@t-p I just ran a scan but nothing found :/ I've deleted plugins, checked files… -
Created a topic, Malware?, on the site WordPress.org Forums:
Not sure how.. I don't see any weird file on the websi… -
Created a topic, Reset button not working, on the site WordPress.org Forums:
If you click on Reset nothing happens. This is the sho… -
Posted a reply to get_categories is empty, on the site WordPress.org Forums:
Weird... but.. it fixed when I changed it to get_terms -
Created a topic, get_categories is empty, on the site WordPress.org Forums:
I have the same code on 10+ websites, I can see the it… -
Posted a reply to Shortcode to display wishlist link, on the site WordPress.org Forums:
Tks -
Posted a reply to Shortcode to display wishlist link, on the site WordPress.org Forums:
I am not talking about this one [yith_wcwl_wishlist] -
Created a topic, Shortcode to display wishlist link, on the site WordPress.org Forums:
I'm building a custom product page and the theme doesn… -
Posted a reply to Custom titles, on the site WordPress.org Forums:
Thanks. We'll take a look at it. -
Posted a reply to Custom titles, on the site WordPress.org Forums:
@geoffbel the info on this page for example https://www.btesto.com/auction-liquidation/click-here-public-auction-complete-food-production-facility/ -
Created a topic, Custom titles, on the site WordPress.org Forums:
I have some requests and I'd like to know if it is pos… -
Created a topic, Image field not letting me change it, on the site WordPress.org Forums:
Fields are broken in more than one of my websites... i… -
Posted a reply to add_post_meta and update_post_meta, on the site WordPress.org Forums:
@alanfuller tks for replying to me. I'm running this script /wp-admin/admin-ajax.php?action=fn_import_csv I'll have a CRON… -
Created a topic, add_post_meta and update_post_meta, on the site WordPress.org Forums:
Script is reading a CSV file and server has some limit… -
Posted a reply to Multiple meta_key, on the site WordPress.org Forums:
I got something very close: if($_GET["sort"] != ""){ $bSort = explode("|", $_GET["sort"]); $meta_key = $bSort[0];… -
Created a topic, Multiple meta_key, on the site WordPress.org Forums:
I want to sort my cars by two custom fields but can't … -
Posted a reply to Logic issue, on the site WordPress.org Forums:
Yeah, that's what I did, it works fine, thank you!!! -
Posted a reply to Logic issue, on the site WordPress.org Forums:
@threadi I got another issue... I have a custom text area field and I have… -
Posted a reply to Logic issue, on the site WordPress.org Forums:
@threadi bro this is GOLD, it works perfectly! Thank you so much, I appreciate your… -
Posted a reply to Logic issue, on the site WordPress.org Forums:
Complementing: if I just add one year like 2019 it returns cars from 2019.. the… -
Posted a reply to Logic issue, on the site WordPress.org Forums:
This is the PHP code: if($_GET["yearSearch"] != ""){ array_push($filter, array('key' => 'year', 'type' => 'NUMERIC',…