Search:

Type: Posts; User: Pierre

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    838

    Re: Site down please help

    It should be reset after the hour.
    If you still get the same error after you waited an hour, then you should contact your host.
  2. Replies
    7
    Views
    838

    Re: Site down please help

    There is nothing wrong with the site or any data. as soon as your host increases your query limit, the site would be back just the way it was.
  3. Replies
    7
    Views
    838

    Re: Site down please help

    This means your webhost is limiting your queries to 30000 queries per hour.
    You can either ask them to increase your max query limit, or just lower the traffic to your site (which i'm sure you...
  4. Thread: Regulations

    by Pierre
    Replies
    5
    Views
    2,548

    Re: Regulations

    You can put it anywhere in your includes/languages/english.php file
  5. Re: How do I set up categories inside of categories?

    Go to catalog->catagories/products.

    Create a new category (category 1).
    Click on that category, and click on create new category (category A)
  6. Thread: Regulations

    by Pierre
    Replies
    5
    Views
    2,548

    Re: Regulations

    edit the file includes/modules/pages/checkout_confirmation/header_php.php

    Find around line 51:



    if (DISPLAY_CONDITIONS_ON_CHECKOUT == 'true') {
    if (!isset($_POST['conditions']) ||...
  7. Thread: Regulations

    by Pierre
    Replies
    5
    Views
    2,548

    Re: Regulations

    You are missing a } in your code.

    Try the code below:


    <?php
    if (DISPLAY_CONDITIONS_ON_CHECKOUT == 'true') {
    ?>
    <fieldset>
    <legend><?php echo TABLE_HEADING_CONDITIONS; ?></legend>
  8. Replies
    5
    Views
    1,708

    Re: Paypal Express SQl Error on Checkout

    Open the file includes/function/extra_functions/reward_points_functions.php

    Look for the code (around line 141):



    function GetRedeemRatio($customers_id)
    {
    global $db;
  9. Replies
    5
    Views
    1,708

    Re: Paypal Express SQl Error on Checkout

    Maybe if you can tell me what rewards module you are using and where to get it, I can tell you the exact place where to edit the code and what needs to be changed.
  10. Replies
    5
    Views
    1,708

    Re: Paypal Express SQl Error on Checkout

    It looks like the error is caused by your reward points module.

    The problem with the sql is the bit that says

    WHERE c.customers_id=

    the value for c.customers_id cannot be emtpty. You will...
  11. Replies
    8
    Views
    1,153

    Re: Possibly Deleted Code - EZ Page Header Links

    and in your includes/templates/template_default/common/tpl_header.php or includes/templates/YOUR_TEMPLATE_NAME/common/tpl_header.php

    make sure you have the following code somewhere in that file...
  12. Replies
    8
    Views
    1,153

    Re: Possibly Deleted Code - EZ Page Header Links

    Did you edit anything in the code that it is possible that the code could be deleted?

    If the code is in fact deleted, make sure you have a file called tpl_ezpages_bar_header.php in your...
  13. Replies
    3
    Views
    625

    Re: Hide/Display Pages

    go to configuration/define page status.

    There you can set it on or off.
    not sure how to rename it though
  14. Replies
    8
    Views
    1,153

    Re: Possibly Deleted Code - EZ Page Header Links

    Go to your configuration/EZ-pages settings and make sure all the ez-pages are enabled for the header (EZ-Pages Display Status - HeaderBar - should have a value of 1)
  15. Re: Change order status to complete to delivered for downloadable products

    The GV Coupon setting worked :clap:
    Thanx Ajeh, your a star!
  16. Re: Change order status to complete to delivered for downloadable products

    It is the latest version (1.3.8a) and an upgrade from version 1.2.5
  17. Re: Change order status to complete to delivered for downloadable products

    I only have 2checkout and the free charge card, and both modules default order status is set to delivered
  18. Re: Change order status to complete to delivered for downloadable products

    Edit:


    I'm using the zen free charge card, and updated the default order status to Delivered, but when I added a free product and checked out the status still said pending
  19. Re: Change order status to complete to delivered for downloadable products

    How do I change the default order status for free downloadable products? I want when people add free downloadable products and checkout, that it is directly available when accessing their account.
  20. Replies
    1
    Views
    1,517

    UPS custom codes

    Hi everyone

    I have a client who uses www.wefulfillit.com fot their shipping.
    The problem is that wefulfillit.com uses different shipping codes than the normal UPS.

    I changed the UPS codes in...
  21. Replies
    0
    Views
    963

    Netcash Payment Module

    Hey everyone :P

    I created a netcash payment module for zen-cart, which is fairly customizable. It's for sale for R80. (South africa only.)
    It has been tested and working with zen V.1.3.8

    If...
  22. Replies
    12
    Views
    2,617

    Re: background colour

    The first line of your CSS is

    w.zen-cart.com/index.php
    you need to put /* at the very top line off your css so it should be

    /*w.zen-cart.com/index.php ...
  23. Replies
    1
    Views
    1,225

    Re: left column out side of ZC

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_47&products_id=79
  24. Replies
    2
    Views
    1,027

    Re: Suggestion for broken links in contributions.

    I just tried the link and it worked. Probably problems with your browser. Try this link:

    *** Broken Link removed ***
  25. Replies
    7
    Views
    1,535

    Re: flat rate by zone problem

    You can use that module to set up any zone flat rate, locally or internationally. If you can't fix your UK zone, give the module a try.
  26. Replies
    4
    Views
    1,422

    Re: Remove the line under the logo picture

    Look in your stylesheet for
    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #000066;
    height:144px;
    }and change...
  27. Replies
    2
    Views
    855

    Re: Newbie breadcrumb problem

    The links you are reffering to is not breadcrumb's, they're EZ-Pages. You can go to your admin->configuration->EZ-Pages Settings-> to turn it on or off, and you can go to tools->EZ-Pages to...
  28. Replies
    12
    Views
    7,406

    Re: Create a New Sidebox

    If you mean you need a blank sidebox to put your own custom content, you can download it here: http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_52&products_id=174
    ...
  29. Replies
    2
    Views
    1,155

    Re: Changing Template

    No, you don't have to make the site inactive.
    Admin->tools->Template Selection
    All your contents will still be the same.
  30. Replies
    2
    Views
    1,476

    Re: Change info next to * (required fields)

    /includes/languages/english.php, (Line #206 : define('ENTRY_DATE_OF_BIRTH_TEXT', '* (eg. 05/21/1970)');)
  31. Replies
    7
    Views
    1,535

    Re: flat rate by zone problem

    You can download this module to set up different flat rates.
  32. Replies
    6
    Views
    10,507

    Re: Add CSS dropdown menu to header

    If you don't want to display the top categories, you can use that space for your links. Edit the file includes/templates/template_default/templates/tpl_modules_catregories_tabs.php

    and put in the...
  33. Replies
    24
    Views
    3,290

    Re: please help me i'm zen illiterate

    You can download some nice templates here: http://www.zen-cart.com/index.php?main_page=index&cPath=40_53.

    After you customized the look of your cart according to your needs, you can start...
  34. Replies
    3
    Views
    2,673

    Re: How to remove horizontal categories bar

    Edit the file to look like

    <?php
    if (CATEGORIES_TABS_STATUS == '1') { ?>
    <div id="navCatTabsWrapper">
    <div id="navCatTabs">
    ENTER YOUR CONTENT HERE
    </div>
    </div>
    <?php } ?>To still be able...
  35. Replies
    3
    Views
    2,673

    Re: How to remove horizontal categories bar

    Look in your admin->Layout Settings for Categories-Tabs Menu ON/OFF and turn it off.

    You can edit the file includes\templates\template_default\templates\tpl_modules_categories_tabs to add your...
  36. Replies
    2
    Views
    729

    Re: Help with page layout

    If I understand you correctly, you just need to remove the

    width: 750px; in your stylesheet under
    #mainWrapper {
    background-color: #000000;
    text-align: left;
    width: 750px;
    ...
  37. Replies
    14
    Views
    3,167

    Re: database appears to need patching?

    You can use notepad to open the file and copy the code. Then go to your admin->tools->Install SQL Patches and copy the code.

    Remember to backup your database before installing any patches.
  38. Replies
    12
    Views
    2,617

    Re: background colour

    Add /* to the first line of your stylesheet
  39. Replies
    12
    Views
    2,617

    Re: background colour

    what is the URL (domain name) to your shop so we can look at the problem
  40. Replies
    9
    Views
    2,500

    Re: Add to cart but dont go to checkout page

    Wouldn't it be possible to add a javascript notice, informing the customer that the product has been added to the cart?
  41. Replies
    12
    Views
    2,354

    Re: 2 questions about customization, new comer!

    Oh, sorry, I understood you wrong.
  42. Replies
    4
    Views
    1,981

    Re: Change wording on payment page?

    you can change that in the corresponding files in includes\languages\english\modules\payment
  43. Replies
    35
    Views
    19,512

    Re: MP3 Album Track list

    Probably a dumb question: Did you add the media clip to the product? (admin->Extras->Media Manager->Assign to product)

    and did you set the product to be priced by attributes?
  44. Replies
    3
    Views
    1,014

    Re: what is that white bar in the bottom???

    Try removing the line

    border: 1px solid #000048; or changing the color to #000000
  45. Replies
    35
    Views
    19,512

    Re: MP3 Album Track list

    Oops, I posted a link to your own site...sorry!
  46. Replies
    12
    Views
    2,354

    Re: 2 questions about customization, new comer!

    Look in the downloads section for the about_us page module, and use that to create your own pages. Remember to rename every line about_us in all the files to the page name you want.

    about_us module
  47. Replies
    3
    Views
    1,014

    Re: what is that white bar in the bottom???

    I noticed the problem is with your #mediaManager in your css, romoving it completely solved the problem in firefox Web Developer.
  48. Replies
    35
    Views
    19,512

    Re: MP3 Album Track list

    Yes this can be done with attributes. Take a look here for an example
  49. Replies
    48
    Views
    23,131

    Re: Google - Verify site ownership

    Try putting the code into the file includes/languages/english/YOUR_TEMPLATE/meta_tags.php
  50. Re: manufacturer name in feature product centerbox

    You can find this under admin->configuration->Featured Listing/New Listing
Results 1 to 50 of 80
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR