Search:

Type: Posts; User: streetglow

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,364

    Re: Phone number formatting in Invoice

    <td class="main"><?php echo formatPhoneNumber($order->customer['telephone']); ?></td>
  2. Replies
    3
    Views
    1,131

    Re: Admin with 2 databases

    I finally achieved some succes.

    The main issue was that the session was stored in the database, while you have 2 different databases. Stupid.
    If you have 1 backoffice, so 1 domain, you can set...
  3. Replies
    3
    Views
    1,131

    Re: Admin with 2 databases

    Okay, I have discovered the reason of our issue.

    In configuration.php there is no session started...
    The next issue is... the session is being started right after the database connection.

    So,...
  4. Replies
    3
    Views
    1,131

    Re: Admin with 2 databases

    Anyone?
  5. Re: Customizing the Packing Slip - Add Store Collection

    Since you didn't get any help:

    You were close.

    The right syntax is:

    <?php

    if ($order->info['shipping_module_code'] == 'storepickup')
    {
  6. Replies
    3
    Views
    1,131

    Admin with 2 databases

    Dear reader,

    the purpose is as following:
    There are 2 databases which should be able to be managed with 1 backoffice.

    My idea was to make a database switch, this went ok, it switches database....
  7. Replies
    1
    Views
    1,260

    Custom script logs out

    Good afternoon,

    One of our custom made scripts logs us out when accessing this page (back office).
    There is something strange about this:
    1. The usage of linking is like others:...
  8. Replies
    9
    Views
    1,965

    Re: Location manufacturers_id ?

    DrByte, I don't really believe this is the case, since the error is this:



    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the...
  9. Replies
    9
    Views
    1,965

    Re: Location manufacturers_id ?

    Ok thanks for the confirmation.
    The strange thing about all this is, at the other site (also using the multisite module) there is no such issue.

    The manufacturers part is still original:


    if...
  10. Replies
    9
    Views
    1,965

    Re: Location manufacturers_id ?

    Version 1.3.7.

    Addon: Multisite Module.

    Customizations can't be counted...

    The site is restricted access, resellers only.

    This is how the error occurs:
  11. Replies
    9
    Views
    1,965

    Location manufacturers_id ?

    Hi,

    if someone is in my shop and click at the products manufacturer, they receive this error:
    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server...
  12. Replies
    3
    Views
    897

    Re: Web development Tools - FTP issues

    Crimson Editor can do it too, and is free.
  13. Replies
    2,220
    Views
    484,999

    Re: MultiSite Module Support Thread

    The first site will not work, are my experiences. I might have made a typo.
    But for preventing any issues I use double dash. Works fine.

    Also if you use double dash you will be able to perform a...
  14. Replies
    2,220
    Views
    484,999

    Re: MultiSite Module Support Thread

    Your welcome.

    Please beware that this will only suit for having 1 site unauthorized and the other site authorized. If you would have 3 different sites, with all 3 different authorizations (this is...
  15. Replies
    2,220
    Views
    484,999

    Re: MultiSite Module Support Thread

    Unfortunately setting a default for the TEXT type isn't possible.



    Simply an update query with the correct parameters.

    For example (if you add another field in the "edit customer", admin)...
  16. Replies
    2,220
    Views
    484,999

    Re: MultiSite Module Support Thread

    Sorry my bad, ofcourse it shouldn't be "=" but "LIKE".


    $check_customer_query = "SELECT customers_id, customers_firstname, customers_password,
    customers_email_address,...
  17. Replies
    2,220
    Views
    484,999

    Re: MultiSite Module Support Thread

    jvoce:

    I will have to do out of my head since I'm at home now and not even willing to think about accessing my work's FTP, so sorry if I'm wrong about something...

    This is exactly an aspect...
  18. Replies
    2,220
    Views
    484,999

    Re: MultiSite Module Support Thread

    I agree with that, but as I always say:
    "A code that hasn't been tested yet, doesn't and will not work".

    I've been modifieing Zen Cart since 2006, so I pretty well know what I'm doing. So I agree...
  19. Replies
    2,220
    Views
    484,999

    Re: MultiSite Module Support Thread

    Now is the day that I release the EZPages Filter.

    Sadly I haven't made the admin tool "release-ready".

    2504



    Hmm... really?!
    I don't really believe so.
  20. Replies
    2,220
    Views
    484,999

    Re: MultiSite Module Support Thread

    According to the issue configurating every site, with this tiny code you can configurate it.

    How does it work?
    1. Fill in the details of your account.
    2. Load the page, you will see all...
  21. Replies
    2,220
    Views
    484,999

    Re: MultiSite Module Support Thread

    I wrote an extension for your module, which allows you to specify a site for each product.

    Any more requests?

    2319
  22. Replies
    2,220
    Views
    484,999

    Re: MultiSite Module Support Thread

    Hi, thanks for your reply.

    I've already written something that filters out the ez-pages.
    You can turn them off/on for each site.
    I'll post my version as soon as possible.
    As for that filtering...
  23. Replies
    2,220
    Views
    484,999

    Re: MultiSite Module Support Thread

    I've fixed it myself, not that hard, just some experiments and it all works fine to me.
    Except for 1 thing, EZPages...
    What about them? If I have an EZPage for site1, then I got the EZPage also for...
  24. Replies
    2,220
    Views
    484,999

    Re: MultiSite Module Support Thread

    Hello,

    first of all, my compliments for developing this module.

    I've got a question: How do I make it work with different domains? *not similar to the questions before, explanation will follow*...
  25. Replies
    1
    Views
    1,859

    Bancontact / Mister Cash {Payment module}

    Dear readers,

    I'd like to know if anyone has got any succes with finding the payment module named "Bancontact or Mister Cash".
    I didn't have any succes myself, google gives no hits, other...
  26. Re: Redeclare base class Error in all of a sudden

    LOL!!!!!!

    *Stupid Stupid Stupid*
    :frusty: :bangin:

    Someone (people that work with me on this project) overwrite the language file with the normal invoice.php!
  27. Re: Redeclare base class Error in all of a sudden

    I know it means that "class.base.php" must have been cluded elsewhere, but this isn't true.
    I even backuped the old files and still get it!
  28. Redeclare base class Error in all of a sudden

    Hello,

    I was just willing to print an invoice and all of a sudden I get this error:

    Fatal error: Cannot redeclare class base in /home/xxx/domains/xxxpublic_html/includes/classes/class.base.php...
  29. Replies
    0
    Views
    2,475

    CSS Flyout menu

    Hi all,

    I've got some problem with the CSS Flyout Menu.
    Right of the CSS Menu there is a flash movie.
    But the problem is, the subcategories doesn't appear above the flash.
    So, I see flash, and...
  30. Replies
    0
    Views
    1,076

    SEO error (query error)

    Hi,

    when I put the file "config.ultimate_seo" located in the "overload" in my shop, I get this error:


    1054 Unknown column 'c.parent_id' in 'on clause'
    in:
    [SELECT c.categories_id as id,...
  31. Replies
    1
    Views
    1,375

    navMainWrapper Les height

    Here I got picture:
    884
    As you see, the "navMainWrapper" is too high.
    How can I make it smaller?

    Thanks in advance,

    ~Streetglow
  32. SEO error (Call to a member function on a non-object in)

    Hi,

    I was trying to install SEO, but I get this error all the time:

    Fatal error: Call to a member function on a non-object in...
  33. Replies
    5
    Views
    2,839

    HTML tell a friend?

    Hi, when people are trying to "tell a friend" their friends will get a text-based email while I get a CC completely in HTML.
    Is it possible (maybe in the admin or in the shop) to make the email in...
  34. Different Payment methods in different languages?

    Hi, I don't exactly know if this is the correct topic to post this.
    But I got a question.

    I got my shop in different languages, but I'd like to disable/enable some payment methods for different...
  35. Different Payment methods in different languages?

    Hi, I don't exactly know if this is the correct topic to post this.
    But I got a question.

    I got my shop in different languages, but I'd like to disable/enable some payment methods for different...
  36. Thread: Wrong Dates

    by streetglow
    Replies
    1
    Views
    1,053

    Wrong Dates

    Dear ZC-Users/scripters,

    I have some weird things going on in my shop.

    If someone registered at your shop you'll get information about the date when that person registered.
    The other time my...
  37. Replies
    1
    Views
    1,327

    categories_css: Permision denied

    Hello,

    I installed the module 'categories_css' and I get a javascript error.
    I tried everything (editing the script, updating it, reïnstalling it, setting CHMOD, everything) but I can not find...
Results 1 to 37 of 38
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR