CrushCosmetics.com.au
CrushCosmetics is powered by WebAsyst Shop-Script.
Till the 27th of November we offer a 25% discount for Shop-Script as PHP scripts. During the period of the special offer Shop-Script will cost as low as $224. By purchasing the software till the 27th of November you will save $75!
Recently the number of requests addressed to our support team has risen to over 1 million. In terms of statistics a request is any successfully received message sent to one of the email addresses of our support team, e.g. support@webasyst.net. Around 80% of all messages are spam (we have a very good spam filter which manages the entire email flow), and the number of real customer requests currently comes to approx. 200,000.
We are using this opportunity to express our congratulations and gratitude to our support team!
Introducing WebAsyst referral program—our affiliate program for those who want to make money with WebAsyst.
Earning with the “Referrals” partnership program is easy: all you have to do is recommend WebAsyst. We will pay you 20% of the amount of orders placed by the customers you refer to us. To get started, sign up and receive your personal promo code. Everyone can become our referral partner, and it’s free.
![]() you attract new customer using your promo code |
![]() customer buys WebAsyst software |
![]() you earn 20% of the order amount |
| 1 | 2 | 3 |
From $18 to $132 — this is what you get from a single sale. Imagine how much can you earn if you refer 100 customers!
→ Learn more about referral program terms and earnings.
→ Sign up and get your promo code.
Introducing WebAsyst application bundles.
WebAsyst application bundle is a set of WebAsyst applications for solve a certain task, e.g. opening an online store.
Application bundles are our permanent special offers for WebAsyst as PHP software. If you are about to buy WebAsyst software, consider buying bundle instead of just one application, and save!
Previously only entire suite of all 9 WebAsyst applications was available for purchase. Now we added 3 new bundles:
“Ecommerce” bundle
For those who want an online store.
![]() |
+ | ![]() |
+ | ![]() |
= | $557 $399 |
| Shop-Script | Contacts |
“Ecommerce Plus” bundle
For those who want an online store, and who work as a team.
![]() |
+ | ![]() |
+ | ![]() |
+ | ![]() |
+ | ![]() |
= | $755 $499 |
| Shop-Script | Contacts | Files | Photos |
“Files + Photos” bundle
For those who want to establish secure online place to store files and photos.
![]() |
+ | ![]() |
= | $198 $149 |
| Files | Photos |
Buy WebAsyst software or learn more about bundles.
The price for the entire WebAsyst suite (all 9 applications) is now $699.
A minor update for WebAsyst Photos has been released, in which we have fine-tuned the photo thumbnail generation parameters: the sharpening filter and the saving quality of JPEG images.
The main goal was to adjust the parameters in such a way that all routines performing photo compression to specified sizes in WebAsyst Photos yield as high quality as if you were using, say, Photoshop for the same purpose. Just upload your photos and stay confident that they are prepared for publication in fine fashion.
Tests were made with very different kinds of images: landscapes, portraits, photos with a high ISO setting, screen captures, icons, etc. In the process of finding the best parameter values we compared the compression results for the same images achieved with various online and standalone pieces of software such as Flickr, Google Picasa, and Adobe Photoshop (resizing down to the specified image size, sharpening filter, and the “Save for Web & Devices” option).
As a result, the fine-tuned sharpening and file saving values allowed us to significantly increase the image quality — in so far as it is possible with the PHP extensions Imagick and GD. The average thumbnail file size has become larger by 50%. Note that updated compression parameters will be applied only to newly uploaded image files during the generation of their thumbnails of all supported sizes: 96, 144, 256, 512, 750, 970. The previously uploaded images and their thumbnails will not be affected.
Updating your WebAsyst Photos is recommended.
In online store MegaPodarki the shopping cart area dynamically changes depending on whether a customer has added something to cart:
![]() When there are no products in the cart, it looks empty. |
![]() If something has been added to the cart, it visually “appears” in it. |
It is quite easy to make the shopping cart dynamically change its appearance in your WebAsyst Shop-Script store, you only need to use the built-in CSS design editor for that.
The shopping cart area in the storefront is contained inside a DIV tag to which CSS class cpt_shopping_cart_info is applied:
<div class="cpt_shopping_cart_info"> ...here come the contents of the customer's shopping cart... </div>
If there are products in the cart, the cart_not_empty ID is automatically specified:
<div class="cpt_shopping_cart_info" id="cart_not_empty"> ...here come the contents of the customer's shopping cart... </div>
Different appearance of the shopping cart area can be defined using CSS styles for the #cart_not_empty selector. Open the design editor of your online store and click the “CSS” tab. Find the cpt_shopping_cart_info class, it should look similar to the following:
.cpt_shopping_cart_info {
background: transparent url("../../images/shopping-cart-empty.gif") no-repeat top left;
background-position: 28px 38px;
}
To make the shopping cart change its appearance when products are added by a customer, just add style rules for the #cart_not_empty selector, e.g.:
#cart_not_empty {
background: transparent url("../../images/shopping-cart-full.gif") no-repeat top left;
...
}
Here you can use any necessary CSS rules: for background color, background image, etc.
This summer we embedded a statistical metrics system in WebAsyst online services. The metrics allow to evaluate the overall volumes and statistics of the WebAsyst services usage. We are using those metrics to find out how often several core functions are used by all WebAsyst accounts with the view to further improvement of the software. For example, we are counting the number of products added to shopping carts, number of processed orders, downloaded files and photos, assigned issues, views of individual account backend screens, etc. This allows us to track the dynamics of the online services usage in general and their individual functions in particular.
Note that we do not retrieve personal data from user accounts, the only thing we register are actuations of certain functions within an account. It is similar to the way website visits statistics contain information on what web pages are viewed by visitors (e.g. by Google Analytics).
It would be, however, more interesting to evaluate the total volume of transactions in Shop-Script based web stores, both those used as the online service and those installed as PHP scripts. Since we do not possess such information on Shop-Script stores installed on third-party (web hosting) servers, we can only use the metrics obtained from our online services to extrapolate their data to all Shop-Script users. The total number of web stores powered by WebAsyst Shop-Script is currently over 8000 — this figure was obtained from the number of issued software licensed and through a series of “complex” queries in search engines. We have carried out such evaluation and have compiled a summary containing quite interesting results provided below:
131,000 orders are successfully paid and delivered during a month
Assuming that average order value is $50, the gross value of all orders will be $6,500,000 per month.
5% of orders are placed by store staff in the backend (these are mainly phone orders), 10% of orders come from widgets published on external websites, and the rest 85% — from storefronts
720,000,000 page views per month
0.85% of page views are generated by mobile devices (e.g. iPhone or PDA)
3,000,000 products are added to shopping carts
21% of products are added to shopping carts through widgets
around 10,000,000 products are available for sale in the storefronts
754,000 new products are added and published each month
2,114,000 products’ data is updated monthly