Search:

Type: Posts; User: ox.team

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Html entities displayed literally in zones dropdown

    zen_js_zone_list function displayes zones and 'please select' text as they are defined in language files. For example for German we have

    define('PLEASE_SELECT', 'Bitte wählen Sie ...');And we...
  2. [Done v1.3.9a] Wrong base price code if prefix is '-'

    If product is priced by attributes and some attributes have '-' price prefix, base price will be wrong. See the code,



    function zen_get_products_base_price($products_id) {
    global $db; ...
  3. Re: Is it possible to have a feature in which i can receive files?

    I meant a link to download customers file
  4. Re: Is it possible to have a feature in which i can receive files?

    Hi,

    Is it possible to have a link to uploaded file on admin orders page (in future)?
  5. Replies
    25
    Views
    3,134

    Re: Page that displays all categories

    I mean it doesn't create any new page, it just forces zen-cart to open specific page instead of standard index.
  6. Replies
    25
    Views
    3,134

    Re: Page that displays all categories

    I wrote this small contribution. Actually it was .tar.bz2 file, but zen-cart site removed second extension, you were reading .tar archive. I reuploaded it as .zip, it will appear after validation.
    ...
  7. Replies
    0
    Views
    2,037

    [Done] Buggy zen_not_null() in admin

    Both versions - 1.3.7.1, 1.3.8.
    Different functions for admin and frontend.
    Frontend:


    function zen_not_null($value) {
    if (is_array($value)) {
    if (sizeof($value) > 0) {
    ...
  8. [Done 2.0.0] function zen_get_attributes_options_sort_order() doesn't check language

    File includes/functions/functions_lookup.php



    /*
    * return attributes products_options_sort_order
    * TABLES: PRODUCTS_OPTIONS, PRODUCTS_ATTRIBUTES
    */
    function...
  9. Replies
    490
    Views
    84,350

    Re: Additional Customers Fields

    I don't know where to post it, so I post here.
    Here's small fix to file /includes/modules/your_template/create_account.php from version 2.55.
    There was sql error during customer registration.
    May...
  10. Option values in admin area for several languages

    When we have several languages installed option values are displayed incorrectly in admin area, each value is displayed several times:
    2589
    2590

    I already fixed it, here's a patch, we have to...
Results 1 to 10 of 52
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR