I'd like to suggest the creation of a tab at the Ubercart Content Type where users can set defaults for the product features of that type, such as:
- Choice of automatically add this module feature for every new created product of that type;
- Choose Paypal Buy now or subscription;
- Enter default values for Product options and Button options;

By doing this the user dont have to set those values for each individual product at the time of the product creation, which saves time.

Cheers

Comments

matt2000’s picture

Project: PayPal Buttons for Ubercart » Ubercart
Version: 6.x-1.0 » 6.x-2.x-dev
Component: User interface » Code

+1, but this is idea is not specific to uc_paypal_buttons; it can and should be generalized for any features.

yarrait’s picture

Any updates on this ?

I am trying to achieve the same thing ? How to do this ?

tr’s picture

Version: 6.x-2.x-dev » 7.x-3.x-dev

Closed #1824314: Set Features and Adjustments on Product Class level rather than on a per-product basis as a duplicate.

New features go into the current version first, then get backported to previous versions if there is sufficient interest/help.

tr’s picture

Version: 7.x-3.x-dev » 8.x-4.x-dev
Component: Code » Products
Issue summary: View changes
Status: Active » Postponed

We do this for product attributes, so it makes sense to also do it for product features. And by product features I mean the core features of Role assignment and File downloads and any other non-core features defined via hook_uc_product_feature(). If other non-core Ubercart modules (like the PayPal Buttons modules you are asking about) create functionality though a method other than hook_uc_product_feature(), that functionality can't be managed by core Ubercart.

New functionality goes into 8.x-4.x first at this point. If you have interest in seeing this accomplished, please contribute! There doesn't seem to be a lot of community interest for doing this, so I'm marking this as postponed to indicate that the maintainers aren't actively working on this.