Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

GemRock

Pioneers
  • Posts

    2,020
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by GemRock

  1. Hello based on your not so informative post, what i can say is: the answer in in the installation instructions (if read & follow carefully) and/or this support thread - even on this same page. Good luck! Ken
  2. I would like to make it clear (again) that I can only answer questions RE installation of this contribution but my support will have to stop there as I do not have the free time to offer help with regard to the further modification of the pdf invoice to suit individual needs, which would be far too many. So please do not pm or email me asking questions RE modification or any other issues, unless you want to pay. I am sorry but I dont even have the time to reply to any pm/email, so dont waste your time waiting. Good Luck, Ken
  3. for title tag: <title><?php echo $header_tags[title_tag] . ' | '. TITLE; ?></title> or <title><?php echo $header_tags[title_tag]; ?></title> Ken
  4. I see. sorry there may have been some mistakes in the instructions. the two meta tags should read: <meta name="description" content="<?php echo $header_tags['desc_tag']; ?>"> <meta name="keywords" content="<?php echo $header_tags[keywords_tag]; ?>"> Ken edit: deleted -- too late or rather too early here in UK - 1:30 am, mind is not working well?
  5. This should not happen unless you are using some sort of template, otherwise post your meta tags of the product info php. Ken
  6. Sorry, I typed all that bit on this forum in a hurry and it is difficult to spot an error on a non php editor. it'd have been like this: <?php if (isset($cPath) && tep_not_null($cPath)) { ?> <meta name="description" content="<?php echo strip_tags($breadcrumb_tags->trail_tags(' ')); ?>"> <meta name="keywords" content="<?php echo strip_tags($breadcrumb_tags->trail_tags(', ')); ?>"> <?php } else { ?> <meta name="description" content="your default desc for home page"> <meta name="keywords" content="your defualt keywords for home page"> <?php } ?> Ken
  7. is not only possible, its easy as well. <?php if (isset($cPath) && tep_not_null($cPath)) { ?> <meta name="description" content="<?php echo strip_tags($breadcrumb_tags->trail_tags(' ')); ?>"> <meta name="keywords" content="<?php echo strip_tags($breadcrumb_tags->trail_tags(', ')); ?>"> <?php } else { <meta name="description" content="your default desc for home page"> <meta name="keywords" content="your defualt keywords for home page"> <?php } ?> Ken
  8. yes indeed it may have something to do with your config file. on about line 14 in invoice_pdf.php, take a look at this line: define('FPDF_FONTPATH', DIR_FS_ADMIN . 'fpdf/font/'); the key here is DIR_FS_ADMIN. check your configure.php to see what its value is. or do an echo right afer the above line to see what it is: echo DIR_FS_ADMIN; and/or echo FPDF_FONTPATH; then compare with that in the error msg. Ken ps. i am sorry but i do not monitor this support thread closely and i am afraid i dont have the free time to offer further modification to the invoice to suit each individual store as there would be too many which may have different ideas of how their invoices would look etc..i can only answer some general questions RE installation.
  9. 1. Display Products per page dropdown box appears blank: your store's maximum display search results is set to a number which is either lower than 10 or bigger than 300; suggested solution: find this line (about line 30) in header_tags_edit.php $row_by_page = MAX_DISPLAY_SEARCH_RESULTS; and change it to: $row_by_page = 250; as it seems you only have about 210 products so a number of 250 will show all your products on one page; 2. for any other issues RE Header Tags Entry/Edit that mentioned in your posts, i guess your store may have a problem with its setup. 3. Header Tags Entry/Edit is an option and you dont have to use it. that way, it wont have any effect on your home page's page Title. Good luck! Ken
  10. I am sorry but what makes you think this problem is related to my contribution? there is a setting in admin - configuration, which controls how many products you want to show per page, unless your site has been modified or has a problem in it, in which case no one could help you without looking into the settings/files. Ken
  11. your site has been heavily modified and there is obviously an error in the mod - you will need to look through the code to find it, not difficult to fix though. Ken
  12. Hi David Thank you and glad you like it. You are one of those who were in my mind when I created the contribution and its instructions and one who has the following qualities: 1. good attention to details; 2. focusing on one thing and one thing only for 10 minutes even during an earthquake; 3. nothing else. Wish you all the luck and progress from now one. Ken
  13. the answer is yes and no. yes, it can be used on any osc shop be it templated or not. no, if you dont change the way the template behaves or figure out how to add the header tags code to the right place (you can search this thread for how others who use templates do it if you happen to use the same template as they do). i am sorry i cant possibly cover all different kinds of templates and give you step by step instructions. good luck! Ken
  14. Roy: you seem to be using a template and some templates are known to confuse people by leaving the header code in the file(s) but completely (unnecessarily) ignore it (and dont tell you) so whatever changes you make there wont have any effect. jannieballiett: sorry to hear you managed to mess up your ability (although your ability of messing up simple things seems to have been enhanced?) as in fact you dont even need to touch the admin side for it to work. and as with any other contributions, it is offered as is and at users own risk (actually there is no risk if instructions are followed closely and carefully and questions can be asked if unsure). Ken
  15. the answer can be found in the past few pages. Ken
  16. Hellothis problem does not relate to my contribution whatsoever. it is strange if you are the site owner then you would be able to run the function (edit header tags) at will (can you add new products or edit products?). i guess you will need to talk to your host to see why you are not allowed to do what you want to do. Ken edit: seem the forum editor has gone funny???
  17. this was answered a few times before, and if the installation instruction has been followed carefully you should not experience this problem. the very bit of the instruction related to this is the third or final modification of the application_top.php, and this text higlighted in colour: Ken
  18. there could be a million reasons there if the following is unknown or not clear: 1. what exactly the 'the appropriate page' is; 2. what meta tags have actually been put in the file that generates that 'the appropriate page'. Ken
  19. now i am not going to guess. what error? Ken
  20. the reason as to why is in the installation instructions - it is simply a you-must-do-it for the whole thing to work. Ken
  21. Hello You may somehow miss this bit of code in [catalog]/includes/application_top.php after installing USU: require(DIR_WS_CLASSES . 'breadcrumb_tags.php'); $breadcrumb_tags = new breadcrumb_tags; and double check your application_top.php. HTH Ken
  22. now lets make this clear: 1. you didn't have that error before installing USU; 2. the error only occurred after you installed USU. what is the version number of USU you installed; Post the few lines of the meta tags of your index.php here. Ken
  23. Yossi, Assuming your installations have no problems, get rid of the USU v2.5, and install a version of USU directly under the original creator Chemo's name, which is good enough. Dont be carried away by the 'new' versions. Unless you have plenty of time or you dont mind to play around hrs after hrs (e.g., you only have one site to do which is yours). Ken
  24. see my post above (post number 3) - the invoice_pdf.php under the admin folder - you wont miss it. Ken
×
×
  • Create New...