Our BePro Software team members are expert eCommerce developers. Allow us to help you create an ecommerce website in as little as 10 hours or $550. If you have more complex needs, we have solutions for that too. Contact Our team by clicking here. Select “development” as the subject and tell them what you need built! […]
Archive for the ‘Technical’ Category

how to add products to wordpress woocommerce with PHP


Recently we had to transfer 3,000 product groups and over 20,000 individual product sku’s to a wordpress woocommerce installation. We quickly noticed that there was very little documentation regarding how exactly to set this all up pragmatically. This post goes over some important aspects to note when performing the conversion Woocommerce Product Fields Woocommerce has several standard, meta, attribute, […]
wordpress post hook


Recently we had to build a wordpress plugin. The requirements were that two buttons would be assigned to every post about the featured image. Instead of hacking into the existing theme, we opted to use the wordpress action hook “the_post” to achieve our goals. The Dilemma The thing to note here, is that the theme was very […]
buddypress group customization


Recently we had a client who needed the entire group setup changed. They wanted to call it something else. As you can imagine, there are lots of references to groups through the buddypress setup. You can change the language files or you can change things directly and permanently. On our journey, we came across the […]
limit left join


Recently we had to pull a single date from a table of dates during a left join. In fact, we needed the most recent date that matched a particular id. We quickly figured out that a left join does not allow for the use of limits in our case. The Dilemma We did mean in […]
Group By


Mysql is a very nice database. Just like php its extreamly forgiving. Anyone with experience with RDBMS setups will know exactly what we mean. For this article, we will be discussing the “Group By” argument and how mysql makes really good guesses. Moreover, we will be discussing what happens when mysql doesn’t make that guess […]
paradox to mysql conversion


We recently had a customer who had an old 19xx Delphi setup. We can no idea what DB, MB, PX, XG, YG meant. However, we knew that there was data in there. If you are looking at this blog for information, you probably ran into the same problem we had searching everywhere and finding nothing. […]
wordpress paging


Finally, all the information regarding the wordpress paging options are in one place. We are talking about paging for, articles, comments, and pages. These are is very little documentation on the subject and for most people the only solution is to use a paging plugin. Scenario On a recent job, we were tasked with a […]