Page 3 of 34 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 336
  1. #21
    Join Date
    Jun 2003
    Location
    CA
    Posts
    686
    Plugin Contributions
    0

    Default

    did you add the define for the variable?

    define ('CATAGORIES_BOX_HEADING_PRICELIST','Price List');

  2. #22
    Join Date
    Oct 2004
    Location
    Sturgeon Bay, WI
    Posts
    86
    Plugin Contributions
    1

    Default

    Somehow I ended up with the menu listing in ADMIN twice. Any way to safely remove it?
    Learn to customize, save yourself time!

  3. #23
    Join Date
    Aug 2004
    Posts
    443
    Plugin Contributions
    0

    Default

    Thanks guys

    I have already done the winmerge thing to compare ~custom/sideboxes/tpl_categories.php with ~/default/sideboxes/tpl_categories. But was unsure which lines to bring accross and which were superseeded by the existing/most recently built code. Will look out for 'CATAGORIES_BOX_HEADING_PRICELIST','Price List' and make sure I include it and try again from there. Will have to wait til tonight when i can get back to my FTP.
    Sometimes the best advice is to tell me I'm not thinking about the problem enough.
    FleshMetal.com.au

  4. #24
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default

    Originally posted by soapin_mama@Oct 6 2004, 12:45 AM
    Somehow I ended up with the menu listing in ADMIN twice. Any way to safely remove it?
    It's depends a little on what you call "safely". In any case backup your database first! (using the zen backup and/or phpMyAdmin)

    *) If you want to keep the settings you already made to the pricelist, I think it's best to use phpMyAdmin, and carefully remove the extra tables one by one.

    or:

    *) If you just want to get rid of the tables (and don't mind loosing all pricelist settings you made). Then I would run the included remove sql file (a couple of times) until all pricelist tables are gone. And then run the installation sql file, only once, to recreate the tables again.

    ---------------------------------------------------------------------------

    @ghostcorps: it looks like you already found out what to do. I just would like to add: that the included "tpl_categories.php" is only a simple example, of the many possibillities, on how to include a link to the pricelist into your shop. If you use winmerge to compare, it's best to compare the included "tpl_categories.php" to the default the "tpl_categories.php" file (i.s.o. to your own editted file). Then it should be very easy to see how the link is added i hope.

  5. #25
    Join Date
    Aug 2004
    Posts
    443
    Plugin Contributions
    0

    Default

    *does a little dance*

    thanks guys. you all rock
    Sometimes the best advice is to tell me I'm not thinking about the problem enough.
    FleshMetal.com.au

  6. #26
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default

    Originally posted by ghostcorps@Oct 6 2004, 10:36 AM
    *does a little dance*

  7. #27
    Join Date
    Jan 2004
    Location
    UK
    Posts
    1,230
    Plugin Contributions
    0

    Default

    Just spotted a define that seems to be missing ...

    in /includes/languages/english/custom/pricelist.php, add:

    Code:
    define('NAVBAR_TITLE', 'Pricelist for Printing');

  8. #28
    Join Date
    Feb 2004
    Posts
    174
    Plugin Contributions
    0

    Default

    Hi paul
    do you have any idea when pricing attributes will be included, ive been using your pricelist, but have had to use attributes and so pricelist cant be used for all products

    thanks

    andy ;)

  9. #29
    Join Date
    Aug 2004
    Posts
    443
    Plugin Contributions
    0

    Default

    Originally posted by Pixxi@Oct 7 2004, 08:39 PM
    Just spotted a define that seems to be missing ...

    in /includes/languages/english/custom/pricelist.php, add:

    Code:
    define('NAVBAR_TITLE', 'Pricelist for Printing');
    Being the obvious novice that I am I have to ask if anyone cna confirm whether matters or not where this define is pasted, within html_output
    Sometimes the best advice is to tell me I'm not thinking about the problem enough.
    FleshMetal.com.au

  10. #30
    Join Date
    Jun 2003
    Location
    CA
    Posts
    686
    Plugin Contributions
    0

    Default

    the most logical place to put defines for a mod is in the language file for that mod

    so, if you are not using a custom template, it should go in langauges/english/pricelist.php

    if you are using a custom template, it would go in languages/english/YOURTEMPLATENAME/pricelist.php

 

 
Page 3 of 34 FirstFirst 1234513 ... LastLast

Similar Threads

  1. v151 Looking for a Printable Pricelist w/ attribute prices
    By CHerbalist in forum General Questions
    Replies: 0
    Last Post: 19 Jul 2014, 09:52 PM
  2. Software for printing labels for Canadian stores?
    By EHSI in forum Addon Shipping Modules
    Replies: 0
    Last Post: 11 Sep 2013, 07:12 PM
  3. Converting excell pricelist for Easy Populate
    By Phenix456 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 16 Dec 2010, 04:15 AM
  4. Printing labels for all customers
    By AvenueBeads in forum General Questions
    Replies: 0
    Last Post: 13 Dec 2008, 01:26 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg