Search:

Type: Posts; User: hubert

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    764

    v155 Re: Help needed for Mautic tracking code

    I removed and the answer stays the same. Could you please elaborate or post your complete query.

    Thanks
  2. Replies
    14
    Views
    764

    v155 Re: Help needed for Mautic tracking code

    I think I misunderstood cause

    SELECT
    customers.customers_id,
    customers.customers_firstname,
    customers.customers_lastname,
    customers.customers_email_address,
    ...
  3. Replies
    14
    Views
    764

    v155 Re: Help needed for Mautic tracking code

    Just tried...
    $_SESSION['order_summary']['order_total']
    returns customer first order amount not the last... Grrrr Definetly needing SQL expert help.
  4. Replies
    14
    Views
    764

    v155 Re: Help needed for Mautic tracking code

    Would it make sens to use
    $_SESSION['order_summary']['order_total'] ?
  5. Replies
    14
    Views
    764

    v155 Re: Help needed for Mautic tracking code

    While you were writing this I was banging my head on it. I tried a lot of queries and don't succeed in getting the last order amount.
    Perhaps it is in the session data, if so it could easier to pull...
  6. Replies
    14
    Views
    764

    v155 Re: Help needed for Mautic tracking code

    Thanks for your help, I succeeded in implementing the tracking code. For the record, Mautic needs the fields which will be feeded by the code setup as 'Publicly updatable'.

    Here what I did :

    ...
  7. Replies
    14
    Views
    764

    v155 Help needed for Mautic tracking code

    Hello,

    I'm in the process of implementing Mautic which is a PHPList on steroids for sending emails. Mautic has a tracking code similar to Google Analytics or Piwik. Both have pulgins for ZC.
    The...
  8. Replies
    1,223
    Views
    270,711

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    Hi,

    I don't remember who said this should be delivered with the default ZC but I agree.

    Even if this is a wonderfull template, the easiest to customise I think, I still have a little request.
    ...
  9. Replies
    123
    Views
    28,118

    v151 Re: IP Blocker 1.5.1

    Hi Lat9,

    As I was reviewing my website logs I discovered 588 files which are not supposed to be there. Looking into the files I found in each one a first line like this :


    [17-Dec-2018...
  10. Thread: SitemapXML v.2

    by hubert
    Replies
    2,105
    Views
    422,558

    Re: SitemapXML v.2

    Same here, on
    ZC 1.5.5e,
    PHP 7.0.22-0ubuntu0.16.04.1 (Zend: 3.0.0)
    MySQL 5.7.20-0ubuntu0.16.04.1
    MySQL Mode: STRICT_TRANS_TABLES, ERROR_FOR_DIVISION_BY_ZERO, NO_AUTO_CREATE_USER,...
  11. Replies
    1,783
    Views
    246,557

    v150 Re: Edit Orders v4.0 Support Thread

    The fact is, the change of attributes is here :
    when I update and go back to details, the option value is the good one and the order details reflect it.
    It even show the price of the option...
  12. Replies
    1,783
    Views
    246,557

    v150 Re: Edit Orders v4.0 Support Thread

    Not really as my only modification for now is an <JavaScript > line to load dpu's Ajax part and which is working, by working I mean it's loading without any problem, but it' s not working as in "it...
  13. Replies
    1,783
    Views
    246,557

    v150 Re: Edit Orders v4.0 Support Thread

    sorry it is 4.1.4... typo
  14. Replies
    1,783
    Views
    246,557

    v150 Re: Edit Orders v4.0 Support Thread

    Hello,

    running ZC 1.5.4 with Super Orders 4.0.9 and Edit Orders 4.1.1.
    Set as using mock cart (but that doesn't make a difference)

    Most of my products are priced by attributes, the size price...
  15. Replies
    1,783
    Views
    246,557

    v150 Re: Edit Orders v4.0 Support Thread

    Just adding an "other" option would be enough to get everybody happy, no ?



    Here I think the rationale should be the other way around and is in most cases : if we have a finished list of ot_...
  16. Thread: BOM idea

    by hubert
    Replies
    2
    Views
    5,796

    v150 BOM idea

    Just an idea...as I see that PHP can check if files exists, tell that it's (if it's the case) impossible to delete a file...

    Why don't we ( I know saying we is a bit exaggerated:-) ) include in...
  17. Replies
    1,783
    Views
    246,557

    v150 Re: Edit Orders v4.0 Support Thread

    Hello,

    As some has noticed I was in the process of getting Dynamic Price Updater to work within Edit Orders.
    I've dug into the code and understood a lot, and this is not as easy as it seems.
    ...
  18. Replies
    1,783
    Views
    246,557

    v150 Re: Edit Orders v4.0 Support Thread

    Don't we have a finished list of payment methods ? Are not these listed as payement modules ?
  19. Replies
    1,783
    Views
    246,557

    v150 Re: Edit Orders v4.0 Support Thread

    Just a question to EO authors : why the payement method is not a dropdown menu ? It would be much easier than typing Cash on delivery or Credit card letter by letter, no ?
  20. Replies
    209
    Views
    36,229

    Re: Encrypted Master Password support

    Here is the trick which is not really one, I was looking too far :
    in /admin/customers.php

    around line 1212

    if (!$emp_result->EOF && ($_SESSION['admin_id'] == EMP_LOGIN_ADMIN_ID ||...
  21. Replies
    209
    Views
    36,229

    Re: Encrypted Master Password support

    Following...

    I've dug a bit : admin profiles gives access to admin pages, since EMP has not its own page (its settings are in Configuration->My Store), seems impossible to give access to EMP. ...
  22. Replies
    209
    Views
    36,229

    Re: Encrypted Master Password support

    Next step...

    As I'm planning to give a restricted access to the one who is going to take orders on the phone using EMP... I just noticed that I have no way to give access to the Place Order button...
  23. Replies
    1,783
    Views
    246,557

    v150 Re: Edit Orders v4.0 Support Thread

    If ever..for 1.5.5... If the team thinks these events have to be included in next release.

    NOTIFY_HEADER_SHOPPING_CART_OPTION_PRICE is called in...
  24. Replies
    1,783
    Views
    246,557

    v150 Re: Edit Orders v4.0 Support Thread

    Just for reference,
    NOTIFIER_CART_CALCULATE_ATTRIBUTE
    NOTIFIER_CART_ATTRIBUT_SELECT
    NOTIFY_HEADER_SHOPPING_CART_OPTION_PRICE

    are not in the 1.5.4, only
    NOTIFIY_ORDER_CART_FINISHED is in...
  25. Replies
    209
    Views
    36,229

    Re: Encrypted Master Password support

    OK, OK, I just understood, so it was just "install 1.6 instead of 2.1". LOL

    Thanks a lot for your patience.

    It works, it's great. I just noticed something.
    Choose customer X, click Place...
  26. Replies
    209
    Views
    36,229

    Re: Encrypted Master Password support

    1 is done
    2- In /includes/modules/pages/login/header_php.php there is not only one modification but several, some by you lat9 and some by stagebrace. Even if I downloaded the 1.6 version the comment...
  27. Thread: Snaf

    by hubert
    Replies
    297
    Views
    35,960

    Re: Snaf (1.5.1 and 1.5.3)?

    I reply to myself in case it can help somebody else.

    I had just to change the Maximum Display Columns Products to Multiple Categories Manager, in Configuration->Maximum values.
  28. Replies
    209
    Views
    36,229

    Re: Encrypted Master Password support

    Hello,

    This module is great but I would like to modify its behavior so that it bypasses the login page, i.e. clicking on Place Order directly gets you on the home page (in a new tab) as the...
  29. Replies
    240
    Views
    53,448

    Re: Login as Customer module

    Let me be more precise.

    The site I'm planning to use EMP on is on a local machine only available to our cashier, not on the Web. This version will be used as a POS. So it will be very often that...
  30. Replies
    240
    Views
    53,448

    Re: Login as Customer module

    hello,

    I've just installed this mod on ZC 1.5.4 over Encrypted Master Password 2.1.0.

    I get the "Place Order" button on the customers list, when I click it I get a new page saying "place...
  31. Replies
    1,783
    Views
    246,557

    v150 Re: Edit Orders v4.0 Support Thread

    Thanks lat9, but let me rephrase to be sure I understood what you're saying.

    1-ZC naturally issues events that can be interrupted and triggers a new add-on behavior.



    2-EO has its own cart...
  32. Replies
    1,783
    Views
    246,557

    v150 Re: Edit Orders v4.0 Support Thread

    Hello,

    I've got a custom module for combined attributes pricing. As I'm not the one who wrote it (I don't have the skills) I've reviewed its files and quite understood how it works .
    The module...
  33. Thread: Snaf

    by hubert
    Replies
    297
    Views
    35,960

    Re: Snaf (1.5.1 and 1.5.3)?

    Hello,

    I'm installed SNAF 1.2 on 1.5.4 and it works as I want but now I would like to have the snaf column grid view on my homepage to have a grid of level 1 categories.

    I'm quite sure it's...
  34. Replies
    11
    Views
    1,225

    v154 Re: Order and customer ID's

    http://dev.mysql.com/doc/refman/5.7/en/integer-types.html

    As we're not handling so many orders or customers, I think 2 billions (less 1 million) would be enough till Zen Cart v12 :-)
  35. Replies
    2
    Views
    2,773

    Running client side module in admin

    Hello,

    I've got a custom module for combined attributes pricing. As I'm not the one who wrote it (I don't have the skills) I've reviewed its files and quite understood how it works .
    The module...
  36. Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread

    Hello,

    I've just notice a problem and I would like to know if it's my ZC 1.5.4 doing that or a general behavior.

    Just login, build a cart then go to checkout and ask for reward points rebate,...
  37. Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread

    I'm answering myself, and first sorry guys, Reward Point was not the culprit. The thing is the tax class parameter of each shipping and order total module appearing in the invoice, in fact everything...
  38. Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread

    Hello,

    I had an old version installed on ZC 1.5.0, as I'm in the process of upgrading to 1.5.4, I've installed the 2.5e version.
    I didn't do any deep testing but as far as I've been I have a...
  39. Replies
    14
    Views
    1,973

    Re: Missing order total modules

    The page where the customer checks the "use reward points" checkbox is checkout_payement, so the next on is checkout_confirmation. I've been in the /includes/modules/pages/checkout_confirmation dir...
  40. Replies
    1
    Views
    1,279

    Litlle ZCUpgradeParser script

    If you're like me, i.e. you didn't touch your website for a long time and you plan to upgrade, you didn't take notes of what modules you installed or even you don't understand the notes you've taken...
  41. Replies
    14
    Views
    1,973

    Re: Missing order total modules

    Yes and no, I was upgrading those who have been upgraded to be 1.5.4 compliant but, as you can imagine, not all are supposed to be compatible with 1.5.4.
    So in this case what's my choice ? To...
  42. Replies
    14
    Views
    1,973

    Re: Missing order total modules

    No I didn't rebuilt the site from scratch keeping the database as stated, I followed another path :
    - Downloaded ZC 1.5.0
    - Downloaded ZC 1.5.4
    - Downloaded an archive of my site

    $tar -zcvf...
  43. Replies
    14
    Views
    1,973

    Re: Missing order total modules

    Yes, I confirm, the customer has points to reward as the checkout payement page is showing points and asking to use the points.
    So on checkout payement there's some point and the module is working,...
  44. Replies
    14
    Views
    1,973

    Re: Missing order total modules

    The problem is not the math, maths are ok, the problem is the absence of the line
    Reward points nbr -value
  45. Replies
    14
    Views
    1,973

    Re: Missing order total modules

    - Files are there,
    - permissions are 644,
    - file endings are ?> without anything after,
    - modules are installed with right (i.e. the same as in 1.5.0) settings including sort orders.
    ......
  46. Replies
    14
    Views
    1,973

    Missing order total modules

    Hello,

    I'm in the process of upgrading to 1.5.4 and I've scratched my head to blood looking into this matter :

    - I've checked my files 3...4 times
    - I've checked file permissions
    - I've check...
  47. Replies
    19
    Views
    3,236

    Re: Notifier question

    LOL

    If I understand it's not supposed to work, so it's even stranger that it works, it maintains a kind of access.log in the database with products seen, added, referral site, time spent...

    And...
  48. Replies
    19
    Views
    3,236

    Re: Notifier question

    Here is the SuperTracker 1.1 class


    class supertracker {

    function supertracker(){
    }

    function update() {
    global $db, $cPath, $cPath_array, $breadcrumb;
  49. Replies
    2
    Views
    12,310

    Re: mysql_num_rows error

    Thank you very much mc12345678.

    I had made a search on the forum for this function but I didn't find anything usefull in the answers.
    Now that I've read the support thread, you're right, I'm not...
  50. Replies
    2
    Views
    12,310

    mysql_num_rows error

    As I'm in the process of upgrading to 1.5.4 on a server running PHP 5.6 this

    if( mysql_num_rows( mysql_query("SHOW TABLES LIKE '".DB_PREFIX."so_payment_types'"))){
    $sql = "TRUNCATE TABLE...
Results 1 to 50 of 229
Page 1 of 5 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR