Search:

Type: Posts; User: janks

Search: Search took 0.01 seconds.

  1. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    It has been a while since you asked about this - but I had the same issue to which I have found a solution.

    The display only affects the buttons that are using an input tag. Where as buttons...
  2. Re: Percentage Discount Not showing Text or Percentage off

    Hi Green333,

    Your problem lies in your css.

    Goto your template directory and look in your css directory
    for a file called stylesheet.css

    find the following code right near the end
  3. Replies
    7
    Views
    610

    Re: Login page buttons image handling strange

    Ok, solved with a bit of a work around.

    Comment out the FIELDSET CSS line stevesh mentioned because it wasn't necessary.
    #loginDefault fieldset input{width:200px;}

    This made the input boxes...
  4. Replies
    7
    Views
    610

    Re: Login page buttons image handling strange

    Ahh yes, thankyou stevesh!

    I can either reduce the fieldset input CSS to the image size to display them correctly. But this will also reduce the input boxes.

    Or

    I can place the HTML IMG tags...
  5. Replies
    7
    Views
    610

    Re: Login page buttons image handling strange

    My bad. As a guest, you need an item in your cart, then click checkout to see this particular page.
  6. Replies
    7
    Views
    610

    Re: Login page buttons image handling strange

    So your not seeing this then?

    http://www.zen-cart.com/forum/attachment.php?attachmentid=7682&stc=1&d=1276683664

    I am trying in several different browsers with the same result.
  7. Replies
    7
    Views
    610

    Login page buttons image handling strange

    http://www.glossi.com.au/cart/index.php?main_page=login

    I can not figure out after hours of troubleshooting,
    as to why these buttons (and only these ones)
    are being forced to be displayed...
  8. Replies
    41
    Views
    6,019

    Re: Disable table shipping after certain rate

    if ($shipping_weight > 3) {
    $this->enabled = false;
    }

    the php should have read
  9. Replies
    41
    Views
    6,019

    Re: Disable table shipping after certain rate

    I am trying to do the exact same thing as lilblocker without much success.

    I have tried adding


    if ($shipping_weight > 3) {
    $check_flag = false;
    }

    into the table...
  10. Replies
    130
    Views
    27,749

    Re: Australia Post Delivery Rate Server Down

    Having trouble with auspost module today.
    Anyone else experiencing Australia Post server connectivity issues?
    I have set up a flat rate for the time being to allow customers to checkout.
    ...
  11. Replies
    51
    Views
    15,701

    Re: No Payment and Wrong Payment Method Error

    Did anyone seem to find a solution to this problem?
    I seem to be having a very similair problem.

    Receiving orders with "Direct Bank Deposit" as payment type.
    Customer ensures they used paypall...
  12. Replies
    2
    Views
    1,151

    Re: Featured Products box on main page

    Ok, i found the bug with IE:

    working with file includes/modules/featured_products.php

    find line:
    $col_width = floor(100/SHOW_PRODUCT_INFO_COLUMNS_FEATURED_PRODUCTS);

    and replace it with...
  13. Replies
    2
    Views
    1,151

    Re: Featured Products box on main page

    I have just switched to 3 columns for now while i resolve this problem.
    This seems to display well, but i would prefer to use bigger pictures.
  14. Replies
    2
    Views
    1,151

    Featured Products box on main page

    http://www.glossi.com.au/cart/

    Hi guys,
    Wondering if anyone could shed some light on a cross browser problem i am currently experiencing.

    The Featured Products box on the main page has 2...
  15. Replies
    15
    Views
    4,790

    Re: Shipping by Zip Code

    ok i seem to have this working for 5 digit codes,
    but is there a way to make it work for 4 digit?
    Also, it seems to be adding 3 units to the weight of the item in checkout?
    Where can i modify this...
  16. Replies
    15
    Views
    4,790

    Re: Shipping by Zip Code

    i cannot seem to get this addon to work
    at checkout it returns this error

    The delivery/shipping fee cannot be determined at this time

    any one experienced this problem?
  17. Replies
    4
    Views
    2,680

    Re: Login Box - how to edit

    edit this file: includes/templates/template_default/sideboxes/tpl_login_box.php

    Line #35 : $content .=LOGIN_BOX_EMAIL_ADDRESS . '<br />' . zen_draw_input_field('email_address', '',...
  18. Replies
    7
    Views
    1,019

    Re: Adding A Member Log In Using A Side Box

    edit this file: includes/templates/template_default/sideboxes/tpl_login_box.php

    Line #35 : $content .=LOGIN_BOX_EMAIL_ADDRESS . '<br />' . zen_draw_input_field('email_address', '',...
  19. Replies
    4
    Views
    2,680

    Re: Login Box - how to edit

    i have the same problem, did anyone work it out?
  20. Replies
    7
    Views
    2,154

    Re: Side bar backgrounds

    lol sorry guys
    disregard! it was a gif not jpg!

    new question:

    how do i make the sidebox transparent?
  21. Replies
    7
    Views
    2,154

    Side bar backgrounds

    Hi guys
    i have had a bit of a search but cannot find a thread to help me with my problem.

    I am wanting to add images as the background of my sidebars

    this is the code i have used (along with...
  22. Replies
    130
    Views
    62,156

    Re: Duplicate Orders/Order Confirmation

    Some thing is strange in the file, line 11 or 12....


    <?php
    /**
    * jscript_main
    *
    * @package page
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions...
  23. Replies
    130
    Views
    62,156

    Re: Duplicate Orders/Order Confirmation

    Hi all,
    Has anyone found a confirmed fix for this problem?
    My store has started duplicating orders from PAYPAL today...
    I receive (2) orders with unique order numbers in my backend,
    also (2)...
  24. Replies
    1
    Views
    1,945

    Re: Problem with products with attributes stock

    hey there, i am having the same problem.
    did you end up finding a fix for this?
  25. Re: I want No PAYPAL for PARCEL POST shipping option.

    Thanks for the reply DrByte.

    I am slightly understanding these functions, and this is the following code i have.



    function update_status() {
    global $order, $db;

    if (...
  26. Re: No PAYPAL for PARCEL POST shipping option.

    The line i'm looking at in the paypal module is

    $this->enabled = ((MODULE_PAYMENT_PAYPAL_STATUS == 'True') ? true : false);


    just a little unsure what to do with it
  27. I want No PAYPAL for PARCEL POST shipping option.

    Hi Everyone,
    Was wondering if someone could help me out with a small problem i cant work out.

    I want to disable paypal for one shipping type only.
    Is there a way to do this simply or will i have...
  28. Replies
    4
    Views
    1,939

    Re: Cant get rid of character

    Good point... i guess i want to move it onto the 2nd line so it doesnt look untidy.
  29. Replies
    5
    Views
    1,919

    Re: auspost registered post option?

    In the auspost module, use the insurance field to add the charge for registered post, and just change the language files to say registered post instead of insurance.

    i believe the right insurance...
  30. Replies
    4
    Views
    1,939

    Cant get rid of character

    Okay, so i've got this far with out having to ask for help yet...
    But here i am racking my brains on how to fix a small trivial problem,
    and i just can't do it... it's probably easy.

    My cart i...
Results 1 to 30 of 30
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR