


Implement Menu block hook function hook_menu_block_tree_alter() to add/change/remove classes
I have installed the plugin Menu block and I am very happy with the result, but I’d like to change some classes in the structure. This is what I get right now: <div class=”content”> <ul class=”menu”> <li class=”first... read more
How can I add the sku code in [commerce-order:commerce-email-order-items]
While the shortcode [commerce-order:commerce-email-order-items] is used to send several commerce emails, it does not includes SKU code. How can I add sku code or edit the output of [commerce-order:commerce-email-order-items] read more
An ajax jump menu using Drupal views?
I’ve got a Drupal view that contains a jumplist of items filtered by taxonomy (which is pulled from the current page URL). The problem is that I need this jumplist to work without a page reload (so using AJAX). I’ve tried a few different things and done a... read more
How to apply specfic coupon in ubercart while creating an order from backend means admin pages
I am using ubercart. I am facing two issues while creating an order from backend. 1.) How to add coupon codes on add order admin page ? i need to add orders manually from backend but not able to apply coupon codes for discounts, there is only a feature to “add a... read more
May I use Bootstrap-CDN on Subtheme for production site?
Follow up of my other question with less files 😉 As I don’t need de less files on production site, could I then switch to BootstrapCDN for js files? Or would it overrule style.css too? Thx for your support guys!! read more
Exposed filter as dependent dropdown?
Is it possible to create a view with exposed filter similar to the image given, where location field is a taxonomy term and rest of it are content types with location field as term reference. read more
How to show view for submitted result of a webform by a user
How i can show all submitted value of a webform by a user in a view in a tab of a user profile section. Iam using drupal 6.For example when user click on a tab say form on his profile the webform value submitted by that user show. Thanks for your help. read more