Re: Product Type Book (by moku)
Hi gluckfs
re your (1) the order of the Display lines in the 'book info template' for the cart display can be easily changed by adjusting the **order** of the array entries in the big array, at the top of that book info template. (in ..\templates)
To re-order elements of the admin data entry page you will have to do it totally by hand, in the collect_info template.
Looking for the 'defines' entries which set the texts labels shown on pages is an art... but the defines are always in ..\languages\english or ..\languages\english\extra_defintions. (in \includes for the cart, under \admin for admin side).
The file names will have 'book' in them, see your original uploaded book contrib fileset.
Unsure why misc 1 field might not show in the admin side, but why not use one of the other misc fields?
Re: Product Type Book (by moku)
Quote:
Originally Posted by
hareslade
Thank you very much for your help that is great :-)
Have a nice day
Re: Product Type Book (by moku)
I need to show sub-titles on the category pages.
How do I do it
www.nbopd.com is the web site.
Thanks in advnace
Re: Product Type Book (by moku)
Raunharman.. If you mean show subtitles on the product listings, that's not a supported function. Only ISBN and/or author(s) can be shown...
If you wish to modify the file that adds the above ISBN etc, its class.productBookListing.php
Subtitle only exists when its a book product, whereas ISBN is a standard zencart field (=model) and the authors are got specially in class.productBookListing.php.
Re: Product Type Book (by moku)
I think, I could not explain the problem.
Whne we click on any category, the list of books show up. What we want is that along with the title, the sub title should also show up. After the sub title ,a brief description should be there
Re: Product Type Book (by moku)
Quote:
Originally Posted by
hareslade
Raunharman.. If you mean show subtitles on the product listings, that's not a supported function. Only ISBN and/or author(s) can be shown...
If you wish to modify the file that adds the above ISBN etc, its class.productBookListing.php
Subtitle only exists when its a book product, whereas ISBN is a standard zencart field (=model) and the authors are got specially in class.productBookListing.php.
I think, I could not explain the problem.
Whne we click on any category, the list of books show up. What we want is that along with the title, the sub title should also show up. After the sub title ,a brief description should be there
Re: Product Type Book (by moku)
Quote:
Originally Posted by
hareslade
Raunharman.. If you mean show subtitles on the product listings, that's not a supported function. Only ISBN and/or author(s) can be shown...
If you wish to modify the file that adds the above ISBN etc, its class.productBookListing.php
Subtitle only exists when its a book product, whereas ISBN is a standard zencart field (=model) and the authors are got specially in class.productBookListing.php.
I believe that I could not explain the problem.
What I wish to get is that When we click on category, the list o books is displayed. At that place we need the title and subtitle to be displayed.
Re: Product Type Book (by moku)
I believe that I could not explain the problem.
What I wish to get is that When we click on category, the list o books is displayed. At that place we need the title and subtitle to be displayed.
Re: Product Type Book (by moku)
Raunharman.... yes I did understand your post, product listing is the listing of books as you describe, when you click on a category?
One way of getting round the Subtitle issue is to remove the subtitle entry from the book subtitle (in other words don't use a subtitle entry!) then ADD the subtitle text onto your actual Title:
Code:
book title<br />The Subtitle
so that now the title displayed should have an added line of subtitle underneath it.
Re: Product Type Book (by moku)
Hey there!
OK, I'll admit to being totally confused. :-)
I'm working on a ZC site, and one of the products sold is Books. The client would like an easy way for them to add-in things like the title, author, pp count, year published, etc on the admin side (and then show this with each product on the visitor's side).
I _think_ that Moku's BPT add-on will do the trick -- but I'm completely unsure which one to download.
hareslade, if I download and use your latest add-on from your site, does it include everything I'll need, or will I need to donwload Moku's and then yours (if I want the nifty search)?
At any rate, if someone could advise me as to which item in Moku's download list is the most correct, I'd be very appreciative. :-)
Thanks!