Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 09-23-2004 16:43:21

mitch77
Member
From: 62025
Registered: 06-03-2004
Posts: 118
Website

Can I Creat Default Settings In "manage Products"?

HI,

Is it possible to set up some internal file to create different defaults for such things as
'Delivery Method'  and 'Custom Shipping Script'?

If so where do I go to do this?

Thanks

Mitch

Offline

 

#2 09-24-2004 16:54:44

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Can I Creat Default Settings In "manage Products"?

You can set up the ./data/tables/config_product.csv file to specify defaults.  Just enter the default value in the config_default_value column for the row where the config_id is equal to the column in the product table for which you want to create a default.


Nick Hendler

Offline

 

#3 09-24-2004 20:59:24

mitch77
Member
From: 62025
Registered: 06-03-2004
Posts: 118
Website

Re: Can I Creat Default Settings In "manage Products"?

OK I got most of it to work ...but...
I can't get this line edited:
"product_customship
SYSTEM    Custom - Shipping Script 30 N SELECT-TABLE shipcustom    N"

I want  "Percentage Of Total Item Cost" to be the default.
It is not one of the lines that has a group of choices listed in the
'config_display_value'  column.

What do I need to do to get that to work?

thanks again,
mitch

Offline

 

#4 09-27-2004 10:50:17

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Can I Creat Default Settings In "manage Products"?

Use 'ste_shipcus_pct' there.  This is the shipcustom_id for that row in the shipcustom table (./data/tables/shipcustom.csv).


Nick Hendler

Offline

 

#5 09-27-2004 18:09:57

mitch77
Member
From: 62025
Registered: 06-03-2004
Posts: 118
Website

Re: Can I Creat Default Settings In "manage Products"?

It worked.
Thanks Nick!

Since I am not a coder I know almost nothing about this.
I assume I can delete fields if I have no use for them?
For example the "Realtime" ship info fields, or the "Product Baseed"  fields.
It will just make my 100 product creations easier not to have to scan thru all
those fields I will never use.

thanks

Offline

 

#6 10-01-2004 15:07:07

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Can I Creat Default Settings In "manage Products"?

No, don't delete them.  The default fields are used in SQL statement calls throughout the program.  Deleting a field will result in a blown SQL call later.  Just work around them and pre-populate them with default data.


Nick Hendler

Offline

 

#7 10-02-2004 03:24:27

roxie
Member
From: Central Oregon
Registered: 11-17-2003
Posts: 80
Website

Re: Can I Creat Default Settings In "manage Products"?

This is great! I have one problem, what do I put in the config_default_value for USPS Web Tools? I've tried and cannot get it to work.

Thank you,
RoxAnne

Offline

 

#8 10-11-2004 10:51:03

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Can I Creat Default Settings In "manage Products"?

Use 'USPS' there.


Nick Hendler

Offline

 

#9 10-18-2004 00:57:00

roxie
Member
From: Central Oregon
Registered: 11-17-2003
Posts: 80
Website

Re: Can I Creat Default Settings In "manage Products"?

Thank you Nick! This makes adding new items much quicker. 

Offline

 

Board footer