I have a question: How I can do to add a new field in koha cart? opac-basket.tt I need to print my cart with the field 773$t and other fields. I try to add this: BIBLIO_RESULT.marcxml... but this adds all the marc detail. I only need 773$t and 773$g Any idea... thank you, and sorry my english.
Hi! This could probably done through intranetuserjs of koha's system preferences. I just don't the script. Probably something like when page is in opac-basket, then 773$t and 773$g is inserted after desired field. This strategy is better because during upgrade and migration, what was in intranetuserjs will be outright included if you restore from your database backup. -- View this message in context: http://koha.1045719.n5.nabble.com/opac-basket-tt-tp5875322p5875330.html Sent from the Koha-general mailing list archive at Nabble.com.
This could probably done through intranetuserjs of koha's system preferences.
No, because the problem is that the data is not being made available to the template by the script. There's nothing a client-side system can do in that situation. Koha doesn't provide an easy way to find and display arbitrary MARC data unless it is an interface which uses XSLT. Unfortunately the cart does not. -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
participants (3)
-
Owen Leonard -
Ruben Norori -
schnydszch