Search:

Type: Posts; User: cocolala

Search: Search took 0.01 seconds.

  1. Replies
    696
    Views
    168,985

    Re: Better Together Contribution Support Thread

    Mine also stack vertically, not in a 3x horizontal grid. I didn't customize anything. What might be the problem?
  2. Replies
    20
    Views
    11,414

    Re: Here's a Super Easy Slideshow

    Thank you for the code! This works just fine in Banner Manager!
  3. Replies
    7
    Views
    481

    v138a Re: Production Option Value - Other language

    setlocale(LC_TIME, 'zh_CN.GB2312')

    I tried changing charset to GB18030, then both locale and charset to GB18030 but still the same...

    The weird thing is it displays correctly on my website and...
  4. Replies
    7
    Views
    481

    v138a Re: Production Option Value - Other language

    May I know how to check it? Sorry i'm not really familiar with php...
    anyway i found this info from the chinese.php:

    Global entries for the <html> tag
    define('HTML_PARAMS','dir="ltr"...
  5. Replies
    7
    Views
    481

    v138a Re: Production Option Value - Other language

    Sorry I mean product option value!
    Language is English and Chinese.

    Ps: I can't find where to edit my post...
  6. Replies
    7
    Views
    481

    v138a Production Option Value - Other language

    I set up product attribute in Chinese Language, and it can be viewed well on my website as well as in the order confirmation i received via email. However, it is shown as codes in zencart admin. When...
  7. v138a Attribute value not displaying properly on Chinese languages

    I'm using version 1.3.8a. The option value is displaying properly on the website but not in the shopping cart and confirmed orders. It displays as coding like &#27225 instead of proper chinese words....
  8. Replies
    2
    Views
    5,806

    Re: Sale Price: Round off to nearest 5 cents

    I found many $order->products[$i]['final_price'] in the admin/order.php file. Do I need to replace all $order->products[$i]['final_price'] with (round($order->products[$i]['final_price'] / 5) * 5)
    ?
  9. Re: How to set up Free Shipping if BELOW certain amount

    Hi Ajeh, thanks for the reply. However, i still get 2 shipping options. How to disable the zone rate if it meets the criteria of freeoptions?
  10. Re: How to set up Free Shipping if BELOW certain amount

    Hi Ajeh, I would like to use the free ship option but i need the free ship for order above $100 but below 1.6kg. This cannot b done by the free ship options and i found an add-on Free Shipping Rules....
  11. Replies
    36
    Views
    14,535

    Re: Free Shipping Rules addon [Support Thread]

    I apply free ship to orders above MYR100 and below 1.6kg. However, why there are two options come out: free rules and zones table rate?

    Shipping quotes are based on the address information you...
  12. Re: Trouble getting favicon to show in IE using Template Monster template

    i have read up a lot and finally it works for IE8!

    type www.yourdomain.com/favicon.ico in your browser, then it will immediately show! :clap:
  13. Replies
    13
    Views
    3,718

    Re: Gift certificate cancel : how to ?

    oh ok thanks :)
  14. Replies
    13
    Views
    3,718

    Re: Gift certificate cancel : how to ?

    can we directly delete it instead of set it to N?
  15. Replies
    44
    Views
    5,060

    Re: How to test in an offline environment?

    Hi, i already have a website which is previously done by the designer. Now I would like to test the 'Better Together' mod and need to test in an offline environment. Can anyone teach me a step by...
  16. Re: Product Attributes before Product Description?

    can anyone explain which file to edit and which code to move? Many thanks!
  17. Replies
    51
    Views
    18,679

    Re: Handling Fee as Percentage?

    i can set handling fee for 5% from my subtotal, but how to set it if i want to charge 5% from subtotal as well as shipping?

    eg.:
    Subtotal $50
    Shipping $10
    Total $60
    I want to charge handling...
  18. Re: Europe : rounding tax to nearest .5 cents (eliminate pennies)

    another problem i found is, after rounding off to nearest 5 cents, the total value might be incorrect.

    eg.
    subtotal 23.40 (actual 23.39)
    shipping 8.65 (actual 8.63)
    total 32.00 (actual 32.02)
    ...
  19. Replies
    2
    Views
    1,422

    Re: How to enable Paypal IPN for several zones?

    got it, thanks! :clap:
  20. Replies
    51
    Views
    18,679

    Re: Handling Fee as Percentage?

    I would like to charge handling fee to my zones rate and zone table rate. Handling fee would be 5% of my total order. it's similar to the above but how should i do the setting?
  21. Replies
    2
    Views
    1,422

    How to enable Paypal IPN for several zones?

    I would like to enable paypal for international orders only, and I have a few international zones. However, in zencart admin, I can only select one zone. Is there any way to enable several zones?
  22. Replies
    12
    Views
    5,520

    Re: Discount on total order value

    Thanks!
  23. Replies
    12
    Views
    5,520

    Re: Discount on total order value

    I would like to do a 'purchase $100 get $10 discount'. Please help.
  24. Replies
    3
    Views
    2,802

    Re: Also Purchased products

    I have this same problem, done the setting, but still it does not show up. Please help :dontgetit
  25. Re: Gift Certificate Sent to Customers; Cart Not Allowing them to Redeem

    Hi, May I know which file did you edit to change the reference 'redeem' to 'activate'?
  26. Replies
    2
    Views
    5,806

    Sale Price: Round off to nearest 5 cents

    // Wrapper function for round()
    function zen_round($number, $precision) {
    /// fix rounding error on GVs etc.
    $number = round($number / 5, $precision) * 5;

    return $number;
    }

    I have done the...
  27. Sale Price: Round off to nearest 5 cents

    // Wrapper function for round()
    function zen_round($number, $precision) {
    /// fix rounding error on GVs etc.
    $number = round($number / 5, $precision) * 5;

    return $number;
    }

    I...
  28. Replies
    8
    Views
    1,929

    Re: I'd like to make my site multi-lingual...

    i have multi language installed, which is English and Simplified Chinese.
    When I added product attribute in chinese to my products, customer can view it all right on the website but the invoice...
  29. Re: Europe : rounding tax to nearest .5 cents (eliminate pennies)

    this is helpful. prices in website are showing correctly as well as invoice to customers. however, invoice in admin is showing without rounding to nearest 5 cents. any solution?
  30. Replies
    11
    Views
    7,674

    Re: Rounding error in Sales Tax

    anyone have a solution to this? I have the same prob. The admin invoice is showing figures that are not rounded off.
  31. Replies
    331
    Views
    90,423

    Re: Admin-Editable Sidebox - Support Thread

    I have installed but can't edit from the Define Pages Editor.

    It says:

    Error: I can not write to this file. Please set the right user permissions on:...
Results 1 to 31 of 31
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR