How to export Product Pricing Rules to Features?

Hello,

I created some product pricing rules (to manage the VAT depending the product type) but I'm wondering how it's possible to export the Product Pricing Rules to Features.

The rules are not linked with the tax nor with the rules.

Any idea?

Thanks in advance,

CSRF Protection for Anonymous Forms

This is a long -pending issue, still no suitable solution available.

Drupal version 7.56 and Anonymous forms like user login, view-exposed-filter-forms etc.

There is no CSRF protection for these forms and further description available that explains why is it not required?

But almost all security vulnerabilities software will give Medium-High risk warning to these forms that they are susceptible to CSRF forgery.

Render preprocessor function HTML in page

In creating a custom theme I lost the edit page link admins see when they login and created this code:

// get node ID...
    function nosurprise_preprocess_html(&$variables) {
    $nid = $variables['result']['node']->nid;
    $node = node_load($nid);
  
  if(node_access('update',$node)){ print '<span style="font-size:12px;">'; print l( t('Edit Page'),'node/'.$node->nid.'/edit' ); print "</span>"; }
    }

How do I render the html produced by this line: 

Global and subsite Multisite installtion

Hello,

i want to setup the multisite in drupal 8 and i want like wordpress where there is a main site and other sites and from the main site we can create a subsite and manages all subsite is it possible in the drupal 8? is there any provision where all subsites can be managed and there is a gloabal site dashboard where all subsites can create rather than the we have to create a folder or there is any module for the same

There are some questions related to the multisite and I want to ask is it possible in drupal 8  like wordpress have multisite concept

Ubercart Paypal Module

How do I fix my paypal ("includes....")  icons in the ubercart payment pane? - They are currently vertical and need to be horizontal as they are running over the other panes in my site. 

This is how it is currently displaying: 

Paypal (icon)

Paypal                  

                            Visa (Icon)

Pay                       Mastercard (Icon)

without                 Discover (Icon)

sharing                 AmEx (Icon)

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x