AbanteCart Community

Shopping Cart Operations => Support => Template Support => Topic started by: kees on April 01, 2014, 06:20:10 AM

Title: standard description
Post by: kees on April 01, 2014, 06:20:10 AM
is it possible to have a standard description on the "insert product" page

a standaard description with will always be there

when you open a new page

must be possible i guess
Title: Re: standard description
Post by: abantecart on April 01, 2014, 09:53:10 AM
I understand that you need same description in all products, correct?

1. You can keep description the note pad and copy/paste each time
If this is too much work, you can try setting your browser to autopopulate description

2. You can create all the products and have a simple SQL update statement on product_descriptions table to add same descriptions to all products.
If SQL is to much you can try phpMyadmin to do this.