Search:

Type: Posts; User: southpacific

Search: Search took 0.01 seconds.

  1. Re: Show more Customer Details in Checkout Process?

    Yeah, couldn't find a solution, as yet...still search around.
    Please let me know if you find a solution, I will do the same.
    Cheers, Sam
  2. Re: Adding order total column to voucher report display

    Did you find a solution for this?
  3. Re: Change Gregorian Date To Shamsi(Jalali) Date

    So is it possible to just show the month.

    Say show only Customers Birthday Month?

    Thanks
  4. Replies
    5
    Views
    1,114

    Re: Shipping options invalid still showing

    sorry what do you mean by that?

    Can you be more specific?

    Thanks
  5. Replies
    5
    Views
    1,114

    Re: Shipping options invalid still showing

    Is there an option to hide those shipping methods which are not available to that particular customer?

    For example a customer wants to ship overseas, the shipping/checkout page show local shipping...
  6. Replies
    15
    Views
    4,795

    Re: Shipping by Zip Code

    sorry...figured it out...sorry to waste you time.

    All you need to do is re-install in admin again.


    Thanks again
  7. Replies
    15
    Views
    4,795

    Re: Shipping by Zip Code

    Great Mod, thankyou.

    Quick Question, I wanted to add another 3 zipcode zones, I found in the code:


    $this->num_zones = 3;

    And obviously changed to 6, but how do I add text to admin, for...
  8. Replies
    0
    Views
    576

    textarea_field

    I have a comments fields in the customers table (internally) and would like to make it a text_area not text_field when shown in admin/customers.php

    Existing Code

    <?php
    if...
  9. Replies
    13
    Views
    4,981

    Re: Time Change and Sales Report??

    Found the solution, there is an add-on here: http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=145
  10. Replies
    13
    Views
    4,981

    Re: Time Change and Sales Report??

    I also have the same issue, my server is in the USA (-7 GMT) and I am in Australia (+10 GMT).

    Does anyone know a fix which will show my reports in my time zone? Or a fix which adds 17 hours to the...
  11. Increase No. of customers displayed in admin from 20

    Is it possible to increase the number of customers displayed in Admin > Customers from 20 to say 100?

    Thanks
  12. Re: Can anyone explain how the date format works?

    Thanks Kuroi, :blush: still getting the hang of this...

    Quick question...

    I can update the customers >> edit page with no problem.
    But when I want to add a member the date is messed up.
    ...
  13. Can anyone explain how the date format works?

    I want our date format to be dd/mm/yyyy

    I am using an "addon" which allow me to upload customers I already have, but the add-on was written for USA ie mm/dd/yyyy. I have already made changes to...
  14. Replies
    9
    Views
    1,201

    Re: Create a textarea in admin/Customers?

    sorry it is nothing....

    (it just shows up in navicat as 0)
  15. Replies
    9
    Views
    1,201

    Re: Create a textarea in Customers?

    ok, not getting an error any more but it still isn't saving the textarea to the customers table.


    <?php echo zen_draw_textarea_field('customers_comments', 'soft', '60', '5'); ?>

    I have set in...
  16. Replies
    2
    Views
    792

    Re: Grey a bottom of Category

    Hi Ponyack,

    The grey at the bottom of the categories box is controlled by css.

    #categories {
    border-bottom:4px solid #9A9A9A;
    border-left:1px solid #9A9A9A;
    border-right:1px solid #9A9A9A;
    }
  17. Replies
    5
    Views
    838

    Re: Need some help please :)

    Hi Kristen,

    You can modify layout boxed by going to Tools > Layout Boxes this also allow you to modify banners boxes.

    I not entirely sure if you can turn off the bottom banner from here. But I...
  18. Show more Customer Details in Checkout Process?

    I have searched around but can't find anything similar. I am trying to add data from the customers table to the checkout_shipping, checkout_confirmation and order email confirmation.

    I have a...
  19. Replies
    7
    Views
    3,213

    Re: What Payment Gateways does Zen Support?

    My Payment Gateway Provider is currently not supported or is there an add-on currently available and are currently working with our provider to build one.

    They have requested documentation...
  20. Force Customers to buy in lots of 6 products

    I have been searching around for a couple of days but cannot seem any mention of the ability to force customers to buy in lots of # before the continue to checkout.

    eg. I want to force customers...
  21. Replies
    9
    Views
    1,201

    Re: Create a textarea in Customers?

    sorry typo... not text field, I mean text area.
  22. Replies
    9
    Views
    1,201

    Re: Create a textarea in Customers?

    I tried adding this code:


    <?php echo zen_draw_textarea_field('customers_comments', '45', '3'); ?>

    Is this not the correct code for a text field?

    Thanks again :smile:
  23. Replies
    9
    Views
    1,201

    Re: Create a textarea in Customers?

    Hi Kobra,

    Thanks again...yeah I already tried that and got the following message:

    Warning: Missing argument 4 for zen_draw_textarea_field(), called in ../shop/admin/customers.php on line 697...
  24. Replies
    9
    Views
    1,201

    Create a textarea in admin/Customers?

    How do I insert a textarea in admin/customers

    I have created a new field called customers_comments and have made all changes necessary changes to ../admin/customers.php except the actual...
  25. Replies
    5
    Views
    1,039

    Re: echo customer data without field

    so would the call be:

    <?php echo $customers->info['customers_firstname']; ?>

    if I wanted to echo first name?

    Thanks again

    Sam
  26. Replies
    5
    Views
    1,039

    Re: echo customer data without field

    Thanks for your reply.

    I have added extra customer fields which work fine in "admin" but I would also like to display them to the customer in account_edit

    For example I have created a field...
  27. Replies
    5
    Views
    1,039

    echo customer data without field

    Please forgive me this is probably a really stupid question.

    But how do I echo customer data in "account_edit".
    I have tried many ways but if doesn't seem to work.

    Any suggestions?

    Thanks
  28. Replies
    12
    Views
    8,467

    Re: How to create a new page?

    I found this: http://www.zen-cart.com/wiki/index.php/Creating_new_pages

    & created an extra file in ../includes/extra_datafiles/ but still no luck, my breadcrumb shows and the page title at the top...
  29. Re: Primary Mailing Address in addition to a Primary Shipping Address

    Does anyone have any suggestions?

    Thanks
  30. Replies
    12
    Views
    8,467

    Re: How to create a new page?

    I am looking to add an extra page under the "My Account Section" called "Track Orders".

    I copied tpl_account_default.php and called it tpl_account_track_orders.php I also created a language file...
  31. 1054 Unknown column 'customers_mobile' in 'field list'

    I am having an issue with a new field I created in the customers_table; customers_mobile.

    Everything works fine until I get to the checkout_process page. I get the following error:

    1054 Unknown...
  32. Replies
    137
    Views
    48,203

    Re: Add a field into create account

    Great post!

    I'm sorry but this is probably a really stupid question.

    How do I just echo the data from the customers table, without an editable field?

    Thanks:blush:
  33. Replies
    54
    Views
    8,526

    Re: Quickbooks Download

    Hi everyone,

    I got this great module working without any errors.

    But when I download the file it is blank? :blush:

    Any suggestions?

    Thank you
  34. Re: Primary Mailing Address in addition to a Primary Shipping Address

    I figured it out an addition needs to be made in ../pages/login/header_php.php
    around line 87.

    I added:
    $_SESSION['customer_default_postal_id'] =...
  35. Primary Mailing Address in addition to a Primary Shipping Address

    I am trying to create an add-on which allows customers to identify their primary "mailing address" in addition to their primary "shipping address".

    I think I am getting the hang of things, I have...
  36. Replies
    13
    Views
    5,217

    Re: Add customer from admin addon

    I am creating a MOD/ add on to this which allow customers to be sent a reset password. Everthing works fine and the customer recieves the email with new generated password.

    But the password isn't...
  37. Re: Email notification if a customer makes a change to their details?

    Hi Guys,

    I have spent hours on this an still can't seem to work it out.

    I am a poor beginner, but are willing to pay anyone $US15 via Paypal to show me how to do this.

    Basically I need an...
  38. Re: Email notification if a customer makes a change to their details?

    Thanks for your reply,

    now sure exactly how to use the zen_mail command,

    would the script be:



    $email_message .= 'Customer:' . $customers_firstname . ' ' . $customers_lastname . "\n";
  39. Re: Email notification if a customer makes a change to their details?

    Does anyone know of a good place to start, either to have an email notification or daily report of customer details changes?

    Thanks
  40. Change Qty Textbox to a drop/menu list?

    Is it possible to change the quantity box from a text box to a drop/list menu? ie. the qty text box next to the "add to cart" button on the listings and product pages. Similar to amazon.com

    I...
  41. Re: Email notification if a customer makes a change to their details?

    Thanks kuroi,

    Where would I start? I am a beginner at php but slowly getting my head around it..

    I was thinking something simple like:


    $email_message = 'Address change:' . "\n\n";...
  42. Email notification if a customer makes a change to their details?

    Is there any way to be notified by email when a customer makes a change to any of their contact or address details?

    I am currently running two databases one for offline sales an one for online...
Results 1 to 42 of 44
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR