php - Virtuemart preset product fields in admin -


if need add product in virtuemart use 25% of products fields. wish preset input fields don't have fill in fields. problem value of input php-code insert database.

<input type="text" class="inputbox"  name="product_name" value="<?php echo shopmakehtmlsafe( $db->sf("product_name")); ?>" size="32" maxlength="255" /> 

is there way echo standard value in input fields? without distrubing connection or make bug.

thanks alot!

can create 1 product manually, make "template product" (i.e. fields prefilled want them), , use clone product feature?

in virtuemart backend, go products -> list products, next trashcan icon , should see "clone product" icon


Comments