Profiles

Bio

Love to code, build and/or fix things, staying too much in front of a computer, will never turn down a tennis match. Building with WordPress since 2010, founded vanbodevelops.com in 2012.

Interests

Code, tennis, movies, playing with my little baby girl

  • Member Since: June 16th, 2011
  • Location: Sofia, Bulgaria
  • Website: vanbodevelops.com
  • Job Title: Founder, Developer, pushing buttons
  • Employer: VanboDevelops
  • Find me on:
  • Posted a reply to Please add a changelog, on the site WordPress.org Forums:
    +1

  • Posted a reply to Disaster release Yoast 14.1 causes 504 Gateway Errors, on the site WordPress.org Forums:
    Hi there, I want to share our experience with the issue. Yes, we still have…

  • Posted a reply to Disaster release Yoast 14.1 causes 504 Gateway Errors, on the site WordPress.org Forums:
    I have the same error. The plugin makes so many DB queries that it crashes…

  • Posted a reply to delete a product, a command, on the site WordPress.org Forums:
    Where do you see this status "deleted"? I'm not sure I understand what the problem…

  • Posted a reply to Sending proccessing order email, on the site WordPress.org Forums:
    Try this: // WC < 3.0 $emails[] = get_post_meta( $order->id, 'order_wcj_checkout_field_15', true ); // WC…

  • Posted a reply to Multiple cart on cart page separated by root product category, on the site WordPress.org Forums:
    This will not work as you think. You cannot just add the cart when the…

  • Posted a reply to How to put shipping Weight (g) by default of 500gm, on the site WordPress.org Forums:
    Did test the code and it works without errors (WC v3+). Have you looked at…

  • Posted a reply to Woocommerce Bookings plugin – Date and time, on the site WordPress.org Forums:
    Sounds like a pre-sale question for woocommerce.com.

  • Posted a reply to WooCommerce composite products error / other issues, on the site WordPress.org Forums:
    This is a paid plugin, have you tried the developer support? They will be much…

  • Posted a reply to Does Woocommerce have the ability to manage stock through attributes, on the site WordPress.org Forums:
    Do you mean that all your variable products share the same chocolate bar product? Not…

  • Posted a reply to Coupons not showing in Woo menu, even though they are enabled, on the site WordPress.org Forums:
    Probably something is removing the menu. Have you tried debugging this? Are admin user? Have…

  • Posted a reply to Multiple cart on cart page separated by root product category, on the site WordPress.org Forums:
    Cart is almost the same as checkout. However, here you have to look at your…

  • Posted a reply to Checkout Cart page not working, on the site WordPress.org Forums:
    The checkout page is the one that you set in WooCommerce > Settings > Checkout…

  • Posted a reply to How to put shipping Weight (g) by default of 500gm, on the site WordPress.org Forums:
    // Filters both variations and simple products with the same function add_filter( 'woocommerce_product_variation_get_weight', 'filter_product_weight', 10,…

  • Posted a reply to How do you add “Title/Name:” to product name on product page?, on the site WordPress.org Forums:
    Try using the template\single-product\title.php template.

  • Posted a reply to Custom Order ID, on the site WordPress.org Forums:
    Changing the ID is not possible. Save the new ID to the order meta and…

  • Posted a reply to Shipping Settings, on the site WordPress.org Forums:
    By default downloadable/virtual products will not be shipped, so shipping will not be calculated.

  • Posted a reply to Changing the cart titles, on the site WordPress.org Forums:
    The site is a theme demo? The string is in templates/cart/cart.php, you can change it…

  • Posted a reply to Disable options amount and final total, on the site WordPress.org Forums:
    There is no "options amount" and "final total" in WooCommerce, so please be a bit…

  • Posted a reply to delete a product, a command, on the site WordPress.org Forums:
    This is because that page is the Checkout page not your Cart.

  • Posted a reply to Custom Order ID, on the site WordPress.org Forums:
    You can try using the 'woocommerce_order_number' filter and instead of changing the order ID, change…

  • Posted a reply to Multiple cart on cart page separated by root product category, on the site WordPress.org Forums:
    Just loop through the items and group them together then output your cart tables: foreach…

  • Posted a reply to Woocommerce Product Category in Order Emails, on the site WordPress.org Forums:
    You want a space between the name and the category add a space before the…

  • Posted a reply to WooCommerce Variable Product Bundles Stock Control, on the site WordPress.org Forums:
    It sounds like a job for the Product Bundles or Composite. Make each variable a…

  • Posted a reply to Multiple cart on cart page separated by root product category, on the site WordPress.org Forums:
    On Add to cart you add your category group to the item data: // On…

  • Posted a reply to WooCommerce Coupons Limit, on the site WordPress.org Forums:
    Can't reproduce the issue. Can you provide versions and steps to reproduce, please?

  • Posted a reply to CSS issue with buttons, on the site WordPress.org Forums:
    Firebug was replaced by the FF developer tools, just press F12 and you have it.…

  • Posted a reply to how to pass the line_items parameter in orders rest api?, on the site WordPress.org Forums:
    Line items should be in array(array(item1), array(item2)) format: "line_items": [ { "product_id": 93, "quantity": 2…

  • Posted a reply to [REST API] variable product created without given attributes, on the site WordPress.org Forums:
    You did define an attribute, but not its options. It is like telling WC, "I…

  • Posted a reply to Block Admin login, on the site WordPress.org Forums:
    Yes, theme\functions.php will do.

  • Posted a reply to Multiple Woo Commerce Issues, on the site WordPress.org Forums:
    1. The products are displayed in 3 per line All points sound more like design…

  • Posted a reply to How to install woocommerce on localhost?, on the site WordPress.org Forums:
    https://wordpress.org/about/ - about WordPress https://codex.wordpress.org/Writing_a_Plugin -write a plugin. WooCommerce is a WordPress plugin - you…

  • Posted a reply to [REST API] variable product created without given attributes, on the site WordPress.org Forums:
    It is very much possible that the problem comes because you did not provide the…

  • Posted a reply to Block Admin login, on the site WordPress.org Forums:
    There are a few ways to do that. here is one: https://gist.github.com/vanbo/01540c86271a742b6796bc0a32737749

  • Posted a reply to Sending proccessing order email, on the site WordPress.org Forums:
    You have the order object as a second argument in the function. Now that you…

  • Posted a reply to Shipping Settings, on the site WordPress.org Forums:
    Checkout the docs for setting up shipping options. You have all needed tools for the…

  • Posted a reply to Change shopping basket icon with WordPress Storefront Theme, on the site WordPress.org Forums:
    That should do it: .storefront-primary-navigation .site-header-cart .cart-contents:after { content: "\f07a"; }

  • Posted a reply to Out-of-stock items – can’t make payment any more., on the site WordPress.org Forums:
    I would not recommend removing core code. Instead go the filter route and instead of…

  • Posted a reply to TypeError: e(…).selectWoo is not a function, on the site WordPress.org Forums:
    Check that the script that throws the error is included after the selectWoo script.

  • Posted a reply to Multiple cart on cart page separated by root product category, on the site WordPress.org Forums:
    Which part?

  • Posted a reply to Set Order Status to completed when payment is done with Paypal, on the site WordPress.org Forums:
    Not really, read the docs, setup the gateway and if it does not work may…

  • Posted a reply to Zoom not working on hover, on the site WordPress.org Forums:
    Zoom does work for the product you poted

  • Posted a reply to Set Order Status to completed when payment is done with Paypal, on the site WordPress.org Forums:
    If the order is set to Pending, there is some issue with your IPN and…

  • Posted a reply to mark-up of the goods, on the site WordPress.org Forums:
    Are you changing the price for the product passed from the filter or you are…

  • Posted a reply to Cannot get rid of updated database message, on the site WordPress.org Forums:
    Here is a gist to hide the update notice: https://gist.github.com/vanbo/bc26183db3cd0f6ddb8d8e2e591958c7 Have in mind that is…

  • Posted a reply to Sending proccessing order email, on the site WordPress.org Forums:
    Here is a gist on how to add emails to the email: https://gist.github.com/vanbo/e34f3ec144d547e88d71f56806d9cdb3

  • Posted a reply to Payments methods block stuck in checkout, on the site WordPress.org Forums:
    It seems that the security nonce is not validated for the update_order_review, so it returns…

  • Posted a reply to Out-of-stock items – can’t make payment any more., on the site WordPress.org Forums:
    You can allow backorders, which will keep the product purchasable even without stock. You can…

  • Posted a reply to Multiple cart on cart page separated by root product category, on the site WordPress.org Forums:
    This is possible, but there are quite a few changes that you will need to…

  • Posted a reply to Format of product tabs, on the site WordPress.org Forums:
    Well, you should really use a child theme as you will loss the css on…