Forum Replies Created
-
AuthorPosts
-
September 8, 2015 at 4:00 am #23922
See this one:
This is where the network kicks in. A customer on Henri’s site doesn’t find what he/she is looking for, but can then immediately jump to Cristina’s site because the images are so enticing!
September 8, 2015 at 3:57 am #23921September 7, 2015 at 9:21 pm #23915September 7, 2015 at 9:06 pm #23912September 7, 2015 at 8:43 pm #23911September 7, 2015 at 8:33 pm #23910Using PHP to get megabytes:
<?php
$postid = get_queried_object_id();
echo round(filesize($GLOBALS[‘currSS’]->ss_media_dir.ss_get_post_meta($postid, ‘ss_media_filename’, true))/1000000);?>
Just put that anywhere on the product page where you want the megabytes to show up. If you want KB, change the 1000000 to 1000.
Give that a go and let me know
September 7, 2015 at 8:22 pm #23907If you only have one product with one license, just add that content to the image description manually – that should be pretty easy. No reason to use the database at all. That way you can even format it with bold, or whatever you want.
I’ll get back to you on the default license stuff – I think there’s a way of choosing a default variation in WooCommerce already.
September 7, 2015 at 8:05 pm #23905September 7, 2015 at 7:00 pm #23903September 7, 2015 at 6:35 pm #23902September 7, 2015 at 6:11 pm #23900September 7, 2015 at 5:45 pm #23897September 7, 2015 at 1:26 am #23893The Symbiostock 2.0 rollout is now complete on the PLUS servers:
We are now going to proceed with the standalone release.
September 7, 2015 at 1:08 am #23892Closing this thread as Symbiostock 2.0 is now compatible with 2.4.6 (Or, the main bugs in WooCommerce 2.4.x have been fixed). Please be aware that from now on we are going to explicitly mark the stable WooCommerce version we are supporting and will not automatically declare support for any WooCommerce release.
You are therefore highly discouraged from automatically updating WooCommerce on your live site.
This does not apply to PLUS users as everything with your backend is managed by us.
September 7, 2015 at 12:31 am #23888 -
AuthorPosts

