Search:

Type: Posts; User: TinaS

Page 1 of 10 1 2 3 4

Search: Search took 0.02 seconds.

  1. v154 Problems when adding to cart from product listing page

    I just upgraded this site from v 1.5.1 to 1.5.4 using the usual process of new folder - check it all - etc.

    I seem to have found an odd error though when adding products to the cart from the...
  2. Replies
    4
    Views
    938

    v151 Re: Missing Descriptions in Admin

    Worked like a charm. Wish I woulda seen that earlier :)

    Thank You!
  3. Replies
    4
    Views
    938

    v151 Missing Descriptions in Admin

    I have read a few threads related to this and I cannot find a solution that works in my case....

    I have done an upgrade from 1.3.9 to 1.5.1 and all went well EXCEPT some products are now missing...
  4. Replies
    5
    Views
    2,116

    Re: Allied Wallet Payment

    Write to Allied Wallet and ask them for the mod. They have it available as well as a long list of requirements for you to put on specific pages.

    I had a client that insisted on Allied too - Pain...
  5. Thread: Per Item Billing

    by TinaS
    Replies
    3
    Views
    697

    Re: Per Item Billing

    If you are using paypal or google for your payment modules make sure you check the settings for shipping on those sites.

    Also check to be sure (under modules/payment) that you aren't adding a...
  6. Replies
    2
    Views
    497

    Re: Number of Categories in Row - Main Page

    :clap::clap::clap::clap: PERFECTO !

    I knew it had to be something i was overlooking.

    Thanks So Much!
  7. Replies
    2
    Views
    497

    Number of Categories in Row - Main Page

    OK For the life of me I cannot find where to change this.

    The site under development has categories on the main page switched to on - which is what we want. But no matter how hard I try I cannot...
  8. Replies
    1,987
    Views
    434,773

    Re: Link Manager 3.0 Support Thread

    thanks for the heads up on the includes - i will drop those right in.:oops:

    as for the descriptions the html code is entered as code just as you would in the plain text area of a product...
  9. Replies
    1,987
    Views
    434,773

    Re: Link Manager 3.0 Support Thread

    Clyde -

    I seem to have a problem with the upgrade of this mod / new zen.

    I recently upgraded a client to 1.3.9e zen and v 3.5.3 Links Manager.

    All data retained and everything just fine but...
  10. Replies
    7
    Views
    826

    Re: I just need an answer

    You need to set up your downloads to each product. As far as I know Easy Populate doesn't do this. You will need to use the attributes controller / options to associate your downloads to your...
  11. Replies
    8
    Views
    694

    Re: Hiding a portion of text on one category

    :clap::clap::clap:

    Thank you very very much Glen!

    Works like a champ :)
  12. Replies
    8
    Views
    694

    Re: Hiding a portion of text on one category

    OK - we got the page back while it is wrapped in the if statement.

    Only problem now is that it still shows on all products pages.

    In this case I need it to either show only on cpath=19 or I...
  13. Replies
    3
    Views
    476

    Re: index page images in sponsor blocks

    Those are banner boxes David.

    Go to tools/banner manager in your admin and you can change / add banners :)

    Hope that helps!
  14. Replies
    5
    Views
    1,063

    Re: Template Monster said 1.3.8. ONLY..TRUE??

    You can upgrade sure - but you will have to merge that template and all it's related files very very carefully.
  15. Replies
    8
    Views
    694

    Re: Hiding a portion of text on one category

    Good Idea Glenn - unfortunately the test shows that it is the code itself. When I add this :



    <?php
    if($_GET['cPath'] != '19') {

    TESTING THIS TO SEE WHERE ERROR IS
    }
    ?>
  16. Replies
    8
    Views
    694

    Re: Hiding a portion of text on one category

    :frusty::frusty::frusty:

    That didn't work either... I had tried using the code for hiding columns from tpl_main_page and that didn't do it either.

    I am thinking that it might have something to...
  17. Re: How do i set up Google check out for my zen cart?

    It shouldn't have any change in your website other than maybe the email address that it uses. If you have the module installed it should be fine when you make changes to your google account.
  18. Replies
    7
    Views
    610

    Re: How do I edit my INDEX page?

    Basically yes, you can add raw html to the PHP files. But if you are wanting these images to show in the header, I believe you would use the tpl_header.php file - but then again it's a TM template so...
  19. Replies
    8
    Views
    530

    Re: Vertical product box

    You would need to edit the file includes/templates/YOUR TEMPLATE/templates/tpl_product_info_display.php

    This file is very well commented and by arranging "blocks" of code you can achieve the order...
  20. Thread: Help!!!

    by TinaS
    Replies
    4
    Views
    684

    Re: Help!!!

    The only people that "do this in 15 minutes" are those who a) have little to no mods / changes to a default install or b) have tons of problems when upgrade is done.

    The best advice you have is...
  21. Replies
    8
    Views
    694

    Hiding a portion of text on one category

    It's been a mighty long time since I have had to post a question, but a PHP coder I am definitely not so here we go...

    I have a portion of text (sizing information) on a site which I have "coded"...
  22. Replies
    8
    Views
    873

    Re: changing description?

    Try this one :

    define('HOME_PAGE_META_DESCRIPTION', '');

    Type your description between the two ''
  23. Re: Error 1054 Unknown column 'p.products_condition'

    That field selection has a LOT of custom fields in it that are not default with zen. It appears that you did not set up your tables correctly for using such custom fields.

    Hope that helps
  24. Replies
    2
    Views
    758

    Re: Different Size Shirts?

    It's called the attributes. You can find more in the tutorials about how to set up and use attributes :)
  25. Replies
    1
    Views
    900

    Re: Adult Contents Warning Page

    Make your warning page index.html and then link into index.php and that should do the trick. On most hosts, the index.html will display before the index.php.

    Hope that helps!
  26. Replies
    4
    Views
    1,061

    Re: Moved store folder - index.php not recognized?

    Both URLs are working fine for me - the only thing i see is that it looks like you have an index.html and an index.php - in most cases that html file is gonna "over ride" the php file unless you...
  27. Replies
    8
    Views
    1,527

    Re: Trouble renaming my admin

    Oh you need to PHYSICALLY change the name of the folder - that's your problem :)

    Using your FTP program just rename the actual folder /admin/ to /mynewadmin/ then you will be set :)

    And yes,...
  28. Replies
    3
    Views
    705

    Re: Breadcrumbs sepeator

    Quick and Easy fix - I do it on almost ALL of the sites I work on - change your seperator value to &nbsp;&raquo;&nbsp;


    Hope that helps!
  29. Replies
    3
    Views
    998

    Re: Authorize SIM CVV problem

    That is most likely a problem in your Authorize.net account I would say. I know that there is an area in there that will ask you if you want to use CVV - what I am not sure about is whether or not...
  30. Replies
    1
    Views
    504

    Re: can't see admin login or cart

    Fantastico isn't exactly the best way to install - but that's neither here nor there with your problem. If you are getting server not found messages I would contact hostgator support stating that you...
  31. Replies
    8
    Views
    873

    Re: changing description?

    This would be in the file includes/languages/english/YOUR TEMPLATE/meta-tags.php. If you don't have the file in that location it is a good idea to do so by creating the correct over ride folder /YOUR...
  32. Replies
    8
    Views
    1,527

    Re: Can someone please help!

    Have you made sure to reflect the /myadminname/ folder change in the file /admin/includes/configure.php ? Remember not only that there are a couple of lines that refer to the folder /admin/ as such -...
  33. Thread: Override problem

    by TinaS
    Replies
    4
    Views
    476

    Re: Override problem

    You actually want to edit the file includes/modules/sideboxes/YOUR TEMPLATE/information.php

    You should also check in the Configuration / Define pages - I am not logged into an admin right now but...
  34. Replies
    7,098
    Views
    1,855,540

    v138a Re: Image Handler 2 Support

    Just a note - my problem has been fixed. It was a case of the GD Library not being installed on the server :clap::clap::clap:
  35. Replies
    7,098
    Views
    1,855,540

    v138a Odd IH Problem

    Hello all,

    I am certainly not new to zen or to IH at all but I have a problem that is really getting me.

    I recently upgraded a site to v 1.3.9c and I did this by installing fresh in a directory...
  36. Replies
    14
    Views
    1,081

    Re: using my own web template

    I totally agree - I don't see WHY that site was built the way it was - but you are right I was ONLY making the point that it can be done - not easily and not cheap I am sure ;)

    I agree with ya...
  37. Replies
    14
    Views
    1,081

    Re: using my own web template

    I am not gonna be like everyone else and tell you "it can't be done" as I have seen it done. It does take A LOT of PHP coding and a good understanding of how zen works - but here is a site that uses...
  38. Thread: No image buttons

    by TinaS
    Replies
    1
    Views
    832

    Re: No image buttons

    In your layout controller (under configuration) - set it to Use CSS buttons (YES) - then edit the stylesheet-css-buttons.css in your template to style them however you want.
  39. Re: Can i "sell" my products without actually charging credit cards?

    You could use the check / mo payment module and just modify the wording of it ;)
  40. Replies
    11
    Views
    1,999

    Re: upgrading for dummies?

    Using Winmerge will show you the differences between the 2 sets of folders - and if you go into the folders it will also tell you if the actual files are different. That is how you will merge your...
  41. Replies
    6
    Views
    693

    Re: How can I add fonts in HTMLarea?

    Better than Cufon is simple javascript and php that will generate your font as "images" using the GD Library. I have used this method often in designing sites.
    See this article on A List Apart to...
  42. Thread: Sub categories

    by TinaS
    Replies
    4
    Views
    881

    Re: Sub categories

    Categories/Products : Create New Category : PHPBB Themes.

    Once it creates, click that "folder" to go inside it and Create New Category (for each of your sub cats).

    Remember A Category can...
  43. Replies
    11
    Views
    1,999

    Re: upgrading for dummies?

    1) Do you know how to FTP to your site?
    If so then you would download a copy of your site to your computer using FTP. An alternative is to go to your Cpanel File Manager and select all your folders...
  44. Replies
    2
    Views
    834

    Re: Customer specific products and pricing

    If you want each customer to have their own pricing you could use the wholesale pricing mod - but you would be limited to a few groups of prices not unlimited. As for which items they are allowed to...
  45. Re: Admin Password required to proceed with upgrade

    It is the user/pw that you use to login to your site admin - not your database user/pw info.

    Hope that helps!
  46. Replies
    2
    Views
    473

    Re: Remove all the header and info

    if you look at the top of includes/templates/YOURTEMPLATE/common/tpl_main_page.php there are instructions for keeping areas hidden (as in the header, left, tight, footer.

    Hope that helps!
  47. Replies
    13
    Views
    2,107

    Re: define_main_page.php doesn't show on home page

    Not without editing the code on the tpl_main_page.php
  48. Re: Help! Need to know where to find text so I can change it - referral question word

    Go to tools/ developers tool center and search for the text you want to change. It will show you what files contain that text.

    Hope that helps!
    ...
  49. Replies
    7
    Views
    1,082

    Re: Delete 'Add Selected Products To Cart'

    It's in your admin under configuration index listing / specials listing / etc. Which one you change depends on which pages you are trying to change.

    Hope that helps!
  50. Replies
    13
    Views
    2,107

    Re: define_main_page.php doesn't show on home page

    HOLY COW - This isn't something that I am willing to fix on the forum. This template is all table based and has all kinds of stuff added to it and the content main page doesn't seem to be in it.
    ...
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR