MX Kommerce Forum :: sku_prd in order
This thread was displayed: 0 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
Domenico Ruggiero
02-27-2007 12:22:10 GMT +2
|
Hi,
can I show also the sku_prd field in the summar of the order? (check out page)
thank you
|
|
|
Razvan Racasanu[InterAKT]
02-27-2007 17:53:42 GMT +2
|
Hello,
If I understand correctly, you want to also show the SKU number in the section where the products are displayed when checking out. In this case, you need to create a recordset on the products by hand in the repeat region that displays the products filtered by the current product id that you can get from the looped recordset.
Since this is custom work, I'm afraid that we cannot help you implement this, as we do not offer commercial support anymore and we are low on resources.
Regards,
Razvan RACASANU
|
|
|
JeffB
02-28-2007 17:11:12 GMT +2
|
Assuming your sku_prd is in the kart recordset,
add a column to the table with the repeated region, a column heading, then add the dynamic field (from the recordset) to the empty cell in the repeated region.
If the sku_prd is not in the Kart recordset you will need to add it in the kart via contol panel, the addtokart.xxx file and on the product listing form wherever you get the "add to kart" button/link.
I have done this successfully see http://www.vacuumcentre.co.uk/
Q: what version of kart and which server model have you used?
|
|
|
Domenico Ruggiero
02-28-2007 23:38:37 GMT +2
|
thank you,
I already modified some files manually. First I added the sku_prd field to kart and then I save the kart in db (i have modified the file include/krt/krt_functions.inc.php).
It works very fine
P.S. I use the 3.7.1 version
Domenico Ruggiero
|
|
|