PDA

View Full Version : Qty showm twice


djferros
26-Oct-2003, 04:59 PM
we are a clothing manufacturer and sell clothing using qty dependent pricing.

there are 3 selections which the customer has to make.
Colour, size and qty.

Product - Ladies Hooded Top
Component - Colour/Size
Attribute - Colour
-Choice
---Navy
---Olive
---

Attribute - Size
-Choice
---Small
---Medium
---



When i print the packing list it seems to show the qty value twice. This is annoying for the warehouse guys and i'm sure for the customers as well.

for example; Qty Ord
Ladies Hooded Top 1
Colour/Size - Colour: Olive, Size Small 1

How can i get rid of these qty rows preferably the first.
Also, how can i get ring of the component name "colour/size"?
________
Pc-50 (http://www.yamaha-tech.com/wiki/Yamaha_PC-50)

Darren B
27-Oct-2003, 01:37 PM
Desmond

I believe if you put a tick in the "no orderline for main product"under you componants box this should remove the double line

Cheers
Darren :)

djferros
27-Oct-2003, 02:01 PM
sorry, i didnt write it very well.

I don't want to get rid of the whole line just the '1'.
The qty appears twice.

i wouldn't mind also getting rid of the "Colour/Size"
Does you method rid the whole line or just the '1'.

Thanks
________
Thc (http://twitter.com/thc)

Darren B
27-Oct-2003, 03:43 PM
Desmond

If you have a look at my site you will see most products have these sort of options. Try the polycarbonate sheets and add an item to the basket. You will see that the item in the basket is actualy a componant but it has all the details needed to identify it.

If this is the sort of thing you are trying to achieve then i can explain more on setting this up.

remember when you go back to check your basket it will show you 2 lines but the first line does not print out on the picking list.

16mm polycarbonate (http://www.casupply.co.uk/acatalog/16mm_polycarbonate.html)

Cheers
Darren :)

djferros
28-Oct-2003, 02:50 PM
yes, that is what i mean. Thanks. If you could explain how to get rid of the extra '1' that would be great.

and also 'colour/size' from the component.
________
G5 (http://www.cyclechaos.com/wiki/Kawasaki_G5)

cdicken
31-Oct-2003, 08:11 AM
Instructions about hiding the component quantity field online are on the knowledge base HERE (http://knowledge.actinic.com/users/kadmin/acatalog/v6_Script_Changes.html#aGC123). I don't think this gets carried through to the report though. You will be possibly looking at a report change - which someone like Jan at http://www.mole-end.biz/ will be able to do for you.

Darren B
31-Oct-2003, 01:48 PM
I have not got time today to explain in depth, sorry. but on monday i will give you a run down. Also as chris said it is all in the AUG if you cant wait

Cheers
Darren :)

djferros
06-Nov-2003, 05:44 PM
EMAILED REPLY


"You cannot remove the 1 from the extra line as this is the
'Component'/'Attribute' quantity, the only way to remove this is to
remove
the entire line by removing the tick from 'Component As Separate Order
Line'.

Regards,

Actinic Software Support."
________
Mazda mazdago specifications (http://www.ford-wiki.com/wiki/Mazda_Mazdago)

Darren B
07-Nov-2003, 08:08 AM
Desmond

Sorry i never got back to you, busy with other stuff.

Did you get this sorted or do you need some more help

Cheers
Darren :)

Ravon
10-Jan-2004, 05:23 PM
Originally posted by Darren B
Did you get this sorted or do you need some more help



hello, i'm in the same boat. i have removed the extra quantity but how do i remove the extra text?

regards

cdicken
12-Jan-2004, 09:58 AM
Sorry - I need you to recap.

You have removed the quantity number that appears next to the component name in the shopping cart, but now you also want to remove the component name itself?

The solution on the knowledge base HERE (http://knowledge.actinic.com/users/kadmin/acatalog/v6_Script_Changes.html#aGC123) talks about changing

$pComponent->{'QUANTITY'},

To

$pComponent->{' '},

On the line above it says

$pComponent->{'NAME'}

Try removing the NAME so it says:

$pComponent->{' '}

Ravon
12-Jan-2004, 06:07 PM
Originally posted by cdicken
$pComponent->{'NAME'}

Try removing the NAME so it says:

$pComponent->{' '}

thanks, this will work for the time being

regards