Search:

Type: Posts; User: usernamenone

Page 1 of 10 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    1,119

    v151 Re: Antiseptic template problem

    Any time you see text like this header_title_catalog it means that there are missing language define text. Did you template include a language file or folder for your template? If so please add it.
  2. Re: Problems moving elements on product display pages

    What browser are you checking in? I am using FireFox and this section

    <h4>Notes</h4> Bring $7.50 for admission into the Nature Preserve. Wear waterproof sunscreen. Seriously.

    Is dropped down...
  3. Replies
    3
    Views
    1,033

    v151 Re: Header Change Question

    I'm not sure exactly what you want to do but this may help

    <?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_HOME_LINK; ?> Then you could switch to html after the...
  4. Replies
    4
    Views
    633

    v151 Re: Remove new registration option

    Oh My I have been writing in java and */ */ comments out chunks of code. Yes I can see where just hiding a box would not work down the road. I remember someone else saying they opened and account...
  5. Replies
    853
    Views
    131,796

    v150 Re: COWOA (for ZC v1.5.x)

    Thanks for the speedy reply.
    Download file has _docs ( inside _docs are images, includes and cowoa-readme.html), There in a New installation folder inside is a store and arrows folders and a sql),...
  6. Replies
    853
    Views
    131,796

    v150 Re: COWOA (for ZC v1.5.x)

    Thank-you for the reply

    As I said I read the README.txt. The readme.text just has these 4 words inside it "Please read the install.txt." however there isn't an install.text.
  7. Replies
    853
    Views
    131,796

    v150 Re: COWOA (for ZC v1.5.x)

    Hey thanks for this add. I downloaded it and read the readme.txt and it says Please read the install.txt. Which is no where to be found. Where can I locate it. Does it have the code added as apposed...
  8. Replies
    4
    Views
    633

    v151 Re: Remove new registration option

    OK, I have not tried this but it should work

    Open includes>templates>your template>templates then

    tpl_login_default.php Go down to about line 85 and locate this time

    <?php echo...
  9. Replies
    3
    Views
    1,033

    v151 Re: Header Change Question

    in you languages folder your language.php in my case it would be english.php add this code somewhere that you will remember.

    define('HEADER_HOME_LINK', 'Home');// home can be whatever text you...
  10. v151 Re: Buy Now button in place of "... more info" in a Category contents listing

    Remove you attribute since there isn't really a choice.
  11. Replies
    7
    Views
    594

    v150 Re: Ok i messed it up

    brentpit

    You shouldn't be hacking into code to change text. There is editable text in the includes languages folder.
  12. v138a Re: How do I edit the header of my store?

    The style sheet and the images you are using is in the classic folder

    <link rel="stylesheet" type="text/css" href="includes/templates/classic/css/stylesheet.css" />
    ...
  13. Replies
    25
    Views
    3,138

    v150 Re: can I widen my index page layout?

    Have you ever wondered why newspapers are set in columns?

    Well even if you haven't wondered I will tell you. It is because people don't want to move their head from side to side when they read...
  14. v138a Re: How do I edit the header of my store?

    the file you are looking for is

    includes/templates/classic/common/header.php

    before your last div
  15. v139h Re: My about_us and site_map seem to have vanished?

    Your pages are still there but your links are screwed up they should be something like this

    <a href="<?php echo zen_href_link((FILENAME_CONTACT_US, '', 'SSL') ?>">Contact Us</a>

    and

    <a...
  16. v139h Re: Strange characters in product description, can you help?

    It isn't your charset it is just that one sub catagorie. find it and edit the name and discription or delete it.
  17. v139h Re: Strange characters in product description, can you help?

    doubt it is UTF it is on only one sub catagorie. not the whole site.
  18. v139h Re: Strange characters in product description, can you help?

    With the templatemonster template you are using there isn't anyway we can help. You or someone has modified some code somewhere and left a php code ascrew.

    I know this template and it is not the...
  19. v139h Re: Wary of editing old, problematic pages because of search engine traffic to them

    Thant because you or someone had edited some code and placed html and body off tags before your column two

    </table>
    </body>
    </html>

    <div id="navColumnTwo">
    ...
  20. Replies
    10
    Views
    1,211

    Re: different header based on language

    My language link in correct and works just the way it is wrote.

    However, if Glenn prefers his code it works also.
  21. Replies
    10
    Views
    1,211

    Re: different header based on language

    The sequence is correct.

    in red is the language of your choice ie english spanish or whatever.

    languages/language/images
  22. Replies
    10
    Views
    1,211

    Re: different header based on language

    place your image in your languages/language/images

    with the same names

    ie. image1.gif
    image2.gif


    The link for language images are
  23. v139h Re: local host - how do I set up a copy of my site on xampp?

    download a fresh copy zen cart. Place in httpdocs or if that version uses www folder. set up your database by loging into localhost/phpmyadmin.

    Run the zen cart installer. localhost/name of zen...
  24. Replies
    3
    Views
    642

    Re: Collapsible Panels

    What collapsible panels?
  25. Re: Need to add nav from my website to ZC header

    Add you new nav bar after this

    <!--Header Portion starts -->

    <div id="header-container">

    Here
  26. Replies
    1,221
    Views
    301,060

    Re: My Checkout Without Account Mod

    Make copies of the english folders and then change the names to french and paste them in your french language folders
  27. v150 Re: Is there a newer version of these instructions?

    then use the style sheet out of the classic folder and place it in your new template. Because it says template default does not mean you can't use a different one.
  28. Re: adding multiple "CATEGORIES" categories

    http://www.zen-cart.com/forum/showthread.php?t=153003
  29. Re: Call for Price that works like Ask Us module?

    this link placed anywhere on your site will link to the contact us page


    <a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'SSL') ?>">Call for Price</a>

    If you can't remember what...
  30. Re: Call for Price that works like Ask Us module?

    Try


    define('PRODUCTS_PRICE_IS_CALL_FOR_PRICE_TEXT','<a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'SSL') ?>">Call for Price</a>');
  31. Replies
    11
    Views
    4,599

    Re: Cannot add items to shopping cart...

    As stated the link to your site is needed Without it there is not help available.
  32. Re: Call for Price that works like Ask Us module?

    https://www.google.com/search?q=html+link&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
  33. Replies
    5
    Views
    642

    Re: Logo not displaying

    If you place your image here you will be able to find it

    includes/templates/theme231/images/logo.jpg
  34. Re: Call for Price that works like Ask Us module?

    admin Tools Developers Toolkit and search for the words you want to find
  35. Replies
    6
    Views
    638

    Re: My title is spilling over.

    admin tools developers toolkit and search for the words you don't want.

    Title spilling over.

    One would not expect a title to be this long

    Unikat Mouse/Cheese Polish Pottery Container
  36. Replies
    19
    Views
    1,601

    v139h Re: My account link - how do i turn it on?

    Great, you did a fresh template and now you have you header My Account links back. :D
  37. Replies
    19
    Views
    1,601

    v139h Re: My account link - how do i turn it on?

    Then download a clean copy of that template and replace it with a fresh copy.

    When there is code like this
    <div id="mainWrapper">
    <table width="100%" border="0" cellspacing="0" cellpadding="0"...
  38. Replies
    3
    Views
    520

    v139h Re: custom tpl_header based on language

    Any english folder can be copied and placed inside your other language folder then edited or translate the defines into the added language.
  39. Replies
    19
    Views
    1,601

    v139h Re: My account link - how do i turn it on?

    Replace your templates common tpl_header.php with the original one from your template.

    Then start over with your modifications.
  40. Replies
    19
    Views
    1,601

    v139h Re: My account link - how do i turn it on?

    This is login logoff and my account links there is a spacer in between


    <?php if ($_SESSION['customer_id']) { ?>
    <a href="<?php echo zen_href_link(FILENAME_LOGOFF, '',...
  41. Replies
    13
    Views
    1,683

    Re: Changing image size

    If you would explain which images you are trying to change.
  42. Replies
    13
    Views
    1,683

    Re: Changing image size

    Admin configuration> images
  43. Re: how to relocate content of define pages?

    Use your common tpl_header.php
  44. Re: Moving the Contact Us form table to the right side of the page?

    Don't know your site is down for maintenance.
  45. v150 Re: Tabbed Product Pro - Please Help website looks messed up

    what does it say here

    includes/modules/tabbed_products_pro.php:636)

    and here

    includes/modules/tabbed_products_pro.php on line 646

    what version zen cart is installed and what version...
  46. Replies
    4
    Views
    516

    v150 Re: Contact Us Form

    Email uses the email you set up during install, if this is not the email address you use then you will need to change it in admin configuration My Store.
  47. v150 Re: Tabbed Product Pro - Please Help website looks messed up

    The style sheet that came with your add on was to be added inside the css folder, It was not to take place of the main style sheet. Hope you kept a backup.
  48. v150 Re: Page menu problem in patriot template

    You have failed to upload the defined language for your header

    includes>english>extra_definitions>Patriot>headermenu.php
  49. Replies
    14
    Views
    1,045

    Re: Should I install?

    Actually the auto return is a setting in your PayPal account

    Instructions are:

    In PayPal choose My Account then Profile then choose My Selling Tools from the left side box then Website...
  50. v139h Re: cpanel error log - client denied by server configuration

    What is in your .htaccess? will you post it here
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR