Search:

Type: Posts; User: yaseent

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    250

    v155 Re: Third PArty Redirect + Chrome 84

    Thanks DrByte.

    I've managed to add in a temporary fix till I complete my 1.5.7 upgrade.
  2. Replies
    4
    Views
    250

    v155 Re: Third PArty Redirect + Chrome 84

    Hi DrByte,

    thanks for the update.

    In the process of upgrading to 1.5.7.

    In the git posted I see the following:
    This same change should work on Zen Cart v1.5.5 and 1.5.6.

    Do you think...
  3. Replies
    4
    Views
    250

    v155 Third PArty Redirect + Chrome 84

    Hi All,

    for my credit card payments I'm using a third-party redirect payment gateway.

    I've been noticing sometimes that the customers card gets charged, but when they are redirected, their...
  4. Replies
    1
    Views
    299

    v157 Customer Delivery Number

    Hi All :)

    I remember reading on one of the release announcements that Zen Cart has an input field for the number of the person being delivered to.

    I'm not sure if I misread this or something.
    ...
  5. Replies
    4
    Views
    726

    v156 Re: Watching Observers: Support Thread

    This is so awesome! Lat9 you're awesome.
  6. v151 Re: Coupon dates have expired and can no longer use on V151. Not ready to upgrade yet

    If anyone else comes across this issue do the following:

    Open
    admin/includes/functions/general.php

    around line 1982 you'll see the following:


    for ($i=2001;$i<2019;$i++){
  7. Replies
    2
    Views
    385

    v154 Re: Google trying to index SecretAdminFolder

    Is it possible that a third-party Chrome extension is crawling your bookmarks - possibly adding them to some sort of indexing system and publishing them online - after which Google crawls the...
  8. Replies
    16
    Views
    8,733

    Re: Help with code piece

    I didn't document the code changes.

    Here are three files I believe control all the functions.

    admin/categories.php

    admin/includes/modules/category_product_listing.php
    ...
  9. Replies
    208
    Views
    35,674

    Re: Is a Permanent Login (Auto-Login) Possible?

    You would have to initiae the logoff procedure. I'm not too sure, but I believe there's a notifier hook to initiate the logoff procedure with the Automatic Login. If I'm not mistaken, you could...
  10. v155 Re: Passing variable to function process_button()

    YES!

    Thanks..

    I originally tried a session variable, but my problem was I was not assigning inside the function cart() function in classes/order.php.

    I was assigning it in a higher up...
  11. v155 Passing variable to function process_button()

    Hey All,

    I'm trying to pass a custom variable to the following function that appears in my Payment Gateway module.

    The custom variable is created like this inside classes/order.php like this:
    ...
  12. Re: Simple CSS/PHP AntiSpam solution for a contact form

    I think what Schoolboy said was not specifically directed at you. Just giving tips on giving customers as many ways to contact you as possible. With the Contact Us form, there's no effort required on...
  13. Re: Simple CSS/PHP AntiSpam solution for a contact form

    Hi,

    the contact us page generates more leads than anyone gives credit to. It's a lazy feel-good feature that many mainstream online stores don't actually use, but I find that it brings in a lot of...
  14. Replies
    16
    Views
    8,733

    Re: Help with code piece

    :laugh: Of course it did....metaphysically speaking.

    I haven't really posted much about Quickbooks Online. I've been studying their API for several months along with a few other accounting...
  15. Replies
    16
    Views
    8,733

    Re: Help with code piece

    I haven't been completely honest about my intentions though.

    You see, I use QuickBooks Online for my accounting.

    The actual reason I needed to use purchase orders from the front-end was to...
  16. Replies
    16
    Views
    8,733

    Re: Help with code piece

    :laugh:

    Now that you mention it...I do need some help with my cod piece...

    It's got a stack overflow error :ohmy:
  17. Replies
    16
    Views
    8,733

    Re: Help with code piece

    :lookaroun .... That's all a bit too higher grade for me...

    It's funny you should mention that.

    I've added some functionality to my Admin Categories section to do exactly that:

    16885
  18. Replies
    16
    Views
    8,733

    Re: Help with code piece

    Hey man! This is an excellent suggestion to add consistency! Brilliant, I'll throw that in. At least should it be somehow utilized further down the line then at least the calculations remain intact....
  19. Replies
    16
    Views
    8,733

    Re: Help with code piece

    Hi,

    thanks. Well yes lol, there's two reasons:

    1. The more I know, the better, so that I don't mess something up.

    2. The more specific reason:

    I've cloned a generic payment module...
  20. Replies
    16
    Views
    8,733

    Re: Help with code piece

    Hi mc12345678,

    Thanks for the reply.

    Yep I understand what it's doing, I just don't see why it's doing it.

    As you've pointed out, it doesn't seem this array variable assignment gets called...
  21. Replies
    16
    Views
    8,733

    Help with code piece

    Hi,

    in classes/order.php there is the following line of code:


    $this->products[$i]['stock_reduce'] = $this->products[$i]['qty'];

    Can anyone advise me as to what this actually does? I...
  22. Replies
    10
    Views
    1,711

    v154 Re: Selected Billing Address not highlighted

    Yep,

    as I mentioned in my report, it's not so much a bug, but a usability issue.

    The concern is customers. Who...well...what can I say...customers :) Always always design things to be idiot...
  23. v155 Re: Checkout shipping/payment addresses: Can't cancel if only 1 address

    Hi,

    I found it more practical to use the following:


    <div class="buttonRow back"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' ....
  24. Replies
    10
    Views
    1,711

    v154 Re: Selected Billing Address not highlighted

    @lat9 Awesome. I've since shortened my code, but yours is still much better hehe.

    @mc12345678 That sounds like a much worse problem than the one I'm talking about. The one I'm talking about only...
  25. Replies
    10
    Views
    1,711

    v154 Selected Billing Address not highlighted

    Hi,

    this is not a bug so much as a usability issue.

    When you're checking out, and you select a different shipping address for example, and then proceed to the Checkout Payment page:

    1. Click...
  26. v154 Inline Shipping Estimator resets Shipping Address

    Hi,

    if you use the Shipping Estimator, and you use it inline (directly on the Shopping Cart page and not as a popup) - you'll find the following little bug:

    1. Open a Zen-Cart store and create...
  27. Replies
    1
    Views
    294

    v154 Re: Include Subcategories

    So I guess I've figured out what it's for.

    It's whether to include the products contained within sub-level categories, as opposed to just focusing on top level categories that have products.

    My...
  28. Replies
    1
    Views
    294

    v154 Include Subcategories

    Hi,

    the option in Advanced Search, "Include Subcategories"...

    What is this for?

    I'm assuming that it shows you subcategories that relate to the search term you've used.

    For example, if...
  29. Replies
    208
    Views
    35,674

    Re: Is a Permanent Login (Auto-Login) Possible?

    The part to avoid php errors is completely nullifying the remember me and you end up being logged out completely, don't know what I'm doing wrong there. The rest works just fine though...

    So did...
  30. Replies
    208
    Views
    35,674

    Re: Is a Permanent Login (Auto-Login) Possible?

    Hi lat9!

    Yes, exactly. I'm not sure why I thought my little one line of code would actually make this work.

    Turns out my testing was completely botched by the fact that I was testing isset on...
  31. Replies
    208
    Views
    35,674

    Re: Is a Permanent Login (Auto-Login) Possible?

    Hi lat9,

    I've become interested in getting this plugin to remember if I was logged in using Encrypted Master Password, and act accordingly...

    Basically what I've done is changed this:


    ...
  32. Thread: Email Images

    by yaseent
    Replies
    4
    Views
    671

    v154 Re: Email Images

    Hi SarahL,

    here is the link to the mod:
    https://www.zen-cart.com/downloads.php?do=file&id=1529

    It adds product images to more than just order confirmations, but I only used the code that does...
  33. Replies
    17
    Views
    6,794

    v155 Re: Theme configuration not working.

    You welcome.

    My suggestion is not to use this template at all.

    It is a recipe for disaster. Regardless of this little issue, the fact that this template is a half-baked mess, will cause more...
  34. Replies
    17
    Views
    6,794

    v155 Re: Theme configuration not working.

    Sorry about that, check the additional edits I've provided. Seems to work now with those edits.
  35. Replies
    17
    Views
    6,794

    v155 Re: Theme configuration not working.

    Okay..

    do this:

    go into YOUR-ADMIN/includes/template_configuration/template_configuration.php

    find this:

    echo zen_draw_form('updatetemplate', FILENAME_TEMPLATE_SELECT,...
  36. Replies
    17
    Views
    6,794

    v155 Re: Theme configuration not working.

    Sorry,

    I didn't do enough testing. Let me dig around and see if I can figure it out.
  37. v155 Re: how to prevent sold out items from appearing in search

    Potayto Potaato...

    Yes that's the one.

    You can also prevent sold out items from appearing in New Products listing, All Products listing and a few other places by doing a similar thing with the...
  38. Replies
    622
    Views
    172,288

    v151 Re: Tableau Responsive Theme - Support Thread

    adb34,

    see here:
    https://www.zen-cart.com/showthread.php?220620-Theme-configuration-not-working
  39. Replies
    17
    Views
    6,794

    v155 Re: Theme configuration not working.

    Temporary workaround:

    go into YOUR_ADMIN/template_select.php

    Look for:
    <div style="display: none;" class="configuration_content">

    change to:
    <div class="configuration_content">
  40. v151 Re: WARNING: An Error occurred, please refresh the page and try again

    Try this suggestion from lat9 on this thread:

    https://www.zen-cart.com/showthread.php?214253-Debug-file-in-logs-PHP-Warning-Creating-default-object-from-empty-value

    Check Page 2.
  41. v155 Re: Is it possible to have an add to cart form on an exterior page?

    I've tested this out on 1.5.5 and it works fine, as long as the product doesn't have attributes to select:

    example.com/index.php?action=buy_now&products_id=2

    You don't need a form. Just a link...
  42. Replies
    4
    Views
    369

    v154 Re: Hi...some advice please...

    Hi mc12345678,

    ah I see now...thanks so much!
  43. v155 Re: how to prevent sold out items from appearing in search

    Hi mespe,

    open this file:

    includes/modules/pages/advanced_search_result/header.php

    search for this line:
    $where_str = " WHERE (p.products_status = 1

    change it to:
  44. Replies
    4
    Views
    369

    v154 Hi...some advice please...

    Hi there,

    I'm busy with some slight modifications...

    Can anyone tell me what the following lines of code are used for?
    in catalog/includes/classes/order.php

    Line 917:

    // update...
  45. Replies
    9
    Views
    1,180

    v154 Re: Unused variable in Zen Cart

    Awesome DrByte thanks :)
  46. Replies
    9
    Views
    1,180

    v154 Re: Unused variable in Zen Cart

    I think so.

    In includes/classes/order.php (1.5.4) on line 969 we have:

    $email_order = EMAIL_TEXT_HEADER . EMAIL_TEXT_FROM . STORE_NAME . "\n\n" .
    $this->customer['firstname'] . ' ' ....
  47. Replies
    9
    Views
    1,180

    v154 Re: Unused variable in Zen Cart

    Thanks.

    No reason really.

    I'm busy coding in a function on the admin's version of order.php which would allow the admin to resend an order to either the customer or admin, and came across this....
  48. Replies
    9
    Views
    1,180

    v154 Re: Unused variable in Zen Cart

    Tnx for reply :P


    I've got that...

    but the variable is never called in any of the html files...:

    I can't find $EMAIL_ORDER_DATE anywhere.
  49. Replies
    9
    Views
    1,180

    v154 [Done v160] Unused variable?

    Hi,

    this seems to be an unused variable in includes/classes/order.php

    Cany anyone confirm?

    $html_msg['EMAIL_ORDER_DATE'] = date(ORDER_EMAIL_DATE_FORMAT);

    Thanks.
  50. Thread: Email Images

    by yaseent
    Replies
    4
    Views
    671

    v154 Re: Email Images

    Hi mc12345678,

    thanks for the reply.

    So I did a little more poking around, and decided to forward to my mail client an email from my Gmail account. This was an order confirmation from a...
Results 1 to 50 of 169
Page 1 of 4 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR