Hello,
Is it possible to use php in the sku generation ?

I'd like to use something like this

 $mystring = '[author-uid] '; return str_pad($mystring, 5, "0", STR_PAD_LEFT); 
 $mystring2 = '[nid] '; return str_pad($mystring2, 5, "0", STR_PAD_LEFT); 

Thank you.

Comments

merauluka’s picture

I second this request.

tr’s picture

Status: Active » Postponed

Please contribute a patch if you want this feature included.

stefan.r’s picture

Issue summary: View changes
Status: Postponed » Closed (fixed)

This has been included at this point.