<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Vitalii Kiiko</title>
    <description>The latest articles on DEV Community by Vitalii Kiiko (@mrpsiho).</description>
    <link>https://dev.to/mrpsiho</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F56491%2F454b6b3e-44a2-4aab-86f0-bc2747f24d60.png</url>
      <title>DEV Community: Vitalii Kiiko</title>
      <link>https://dev.to/mrpsiho</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mrpsiho"/>
    <language>en</language>
    <item>
      <title>Release of Builderius 0.9.5!</title>
      <dc:creator>Vitalii Kiiko</dc:creator>
      <pubDate>Thu, 16 Sep 2021 09:32:52 +0000</pubDate>
      <link>https://dev.to/mrpsiho/release-of-builderius-0-9-5-i30</link>
      <guid>https://dev.to/mrpsiho/release-of-builderius-0-9-5-i30</guid>
      <description>&lt;p&gt;I am happy to announce the release of the new version of Builderius! This is a new-gen site builder for WordPress. You can download it from wordpress.org plugin's repo: &lt;a href="https://wordpress.org/plugins/builderius/"&gt;https://wordpress.org/plugins/builderius/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We, my team and I, advertise Builderius as the professional site builder for WordPress. The key points which support this statement:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Builderius is precise and outputs only those HTML tags which are added; it is like manual coding of HTML layout - full control over output;&lt;/li&gt;
&lt;li&gt;Builderius has built-in support of GraphQL; to get any data from DB is very easy, even the complex one like post with custom fields and user data attached - everything in one query!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Starting from version 0.9.5 Builderius has a built-in implementations of version control system for all settings and continuous delivery system. It is a huge step forward reliability and flexibility!&lt;/p&gt;

&lt;p&gt;We have videos on our YouTube channel: &lt;a href="https://www.youtube.com/channel/UCHuPcLh4TJTPD7c2OmzmS6Q"&gt;https://www.youtube.com/channel/UCHuPcLh4TJTPD7c2OmzmS6Q&lt;/a&gt;&lt;br&gt;
Builderius documentation: &lt;a href="https://docs.builderius.io/"&gt;https://docs.builderius.io/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>sitebuilder</category>
      <category>wordpress</category>
      <category>builder</category>
    </item>
    <item>
      <title>How to add custom options to WooCommerce products via Uni CPO</title>
      <dc:creator>Vitalii Kiiko</dc:creator>
      <pubDate>Sat, 23 Jun 2018 11:52:08 +0000</pubDate>
      <link>https://dev.to/mrpsiho/how-to-add-custom-options-to-woocommerce-products-via-uni-cpo-12bl</link>
      <guid>https://dev.to/mrpsiho/how-to-add-custom-options-to-woocommerce-products-via-uni-cpo-12bl</guid>
      <description>&lt;p&gt;Uni CPO WooCommerce Options and Price Calculation Formulas plugin gives a possibility to add custom (extra) options to you WooCommerce based products. Having custom options are vital for some products, especially those which depend on customer-defined values/customization choices. Uni CPO plugin can help you to create a price quoting calculator for your product and a possibility to order the product with the quoted configuration instantly.&lt;/p&gt;

&lt;p&gt;The video version is available here: &lt;a href="https://www.youtube.com/watch?v=dX7-T4gVJ_I"&gt;https://www.youtube.com/watch?v=dX7-T4gVJ_I&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The free version of the plugin is available here: &lt;a href="https://wordpress.org/plugins/uni-woo-custom-product-options/"&gt;https://wordpress.org/plugins/uni-woo-custom-product-options/&lt;/a&gt; So, go and grab it and install it along with WooCommerce. Now create a product and set its price to smth. Actually, anything, even '1'. This is needed so WC will not treat the product as free. That's all you need to begin product configuration.&lt;/p&gt;

&lt;p&gt;Uni CPO has a quite powerful visual form builder. However, it is very easy to use and intuitive. So, activate the builder mode. Add a row by dragging and dropping a module with such a name from the builder panel. Do the same for a column. Now this is the time for custom options. Add Text Input option (again, by dragging and dropping it from the builder panel). Hover it and click on the cogs icon - option's settings modal window will be opened. Define option's slug and other settings such as make it required, step value, default value etc. Save the option.&lt;/p&gt;

&lt;p&gt;Create a copy of the whole column - this action leads to duplicating both the column and the option. This is a faster way to add a similar option. Repeat option's configuration but choose a different slug name and save it then.&lt;/p&gt;

&lt;p&gt;Now you have two custom options - width and height. Save the builder content by clicking "Save" button on the builder panel. Now open "Formula and conditional logic" modal window and define your price calculation formula. It is as is as writing an arbitrary maths formula. Save it.&lt;/p&gt;

&lt;p&gt;Click on "Product general settings" icon on the builder panel and open the modal window with product-specific general options. Enable two first settings here. These are "displaying custom options" and "enable product price calculation". Save the settings.&lt;/p&gt;

&lt;p&gt;That's all! Your product has two custom extra options - width and height - and price calculation based on the values of these options. Easy, huh? :)&lt;/p&gt;

&lt;p&gt;Also, please, check the pro version of the plugin: &lt;a href="https://builderius.io/cpo/"&gt;https://builderius.io/cpo/&lt;/a&gt; It has a lot more features, tons of features! &lt;/p&gt;

</description>
      <category>woocommerce</category>
      <category>productoptions</category>
      <category>ecommerce</category>
    </item>
  </channel>
</rss>
