MarekR
Forum Replies Created
-
George,
This did the trick. I can confirm that anyone stuck on that situation should use your fix.
Thanks a lot!
Best Regards,
MarekNo additional code is used. It is a downloadable virtual product which has a voucher assigned to it ( http://www.woothemes.com/products/pdf-product-vouchers/ ).
Like mentioned earlier, this is what I get with WC Multilingual disabled (The same product is treated separately in cart): https://dl.dropboxusercontent.com/u/12391530/woocommerce-right.png
When adding a product to cart it appears that when WooCommerce Multilingual is enabled it forces it to be grouped together (Since we are selling vouchers we need all products to be handeled seprately – even if its the same product).
When the plugin is disabled and “Sold separately” isnt active then it groups the products. When “Sold separately” is enabled then it works like a charm. When activating the WC Multilingual it groups them together.
What it should look like: https://dl.dropboxusercontent.com/u/12391530/woocommerce-right.png
What it looks like when WC Multilingual is enabled: https://dl.dropboxusercontent.com/u/12391530/woocommerce-notright.png
Stefano, sorry I meant custom post type taxonomies (CPT) and hierarchical – which act like categories for our custom post type.
Basically what I did is I added a filter to grab the posts from cpt. In the theme options page it shows only posts categories. Should I define in theme-options.php on this line:
‘theme_categories’=>array()
);That it should use cpt categories ?
No, there are no custom plugins which might alter the categories behaviour.
Forum: Plugins
In reply to: [Mobile Smart] [Plugin: Mobile Smart] Changing from mobile to desktopI went with that one: http://wordpress.org/extend/plugins/wordpress-mobile-pack/
And used my own custom theme. I haven’t had any issues with that and have currently used it on two sites.
Forum: Plugins
In reply to: [Mobile Smart] [Plugin: Mobile Smart] Changing from mobile to desktopHey Dan,
Thank you for the feedback, unfortunately I had to revert to another plugin after not being able to make a quick fix on yours.
I’ll make sure to test out your new release.
Best Regards,
MarekYou can add the following code to your mobile template:
<?php global $mobile_smart; $mobile_smart->addSwitcherLink(); ?>