Search:

Type: Posts; User: ajmn

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    422

    Re: Popup page that tests customers age

    see my solution at
    https://www.zen-cart.com/showthread.php?220567-Customers-minimum-age&p=1314280#post1314280
  2. Replies
    2
    Views
    733

    v151 Re: Customers minimum age

    BTW: I've marked this for ZC v.1.5.1 but the specified code is good for ZC v.1.5.5a too.
  3. Replies
    2
    Views
    480

    Re: Setting minimum age to 18 on sign up

    the dob minimum values referrers to the string length entered not the age of your customer
    see my solution at...
  4. Replies
    2
    Views
    733

    v151 Customers minimum age

    Hardly worth adding this to the plugins, hence offering the code here.
    [I'm hoping 'minimum age' will show in the search results if searched for.]

    If you want to restrict your store to a minimum...
  5. Replies
    240
    Views
    53,501

    Re: Login as Customer module

    Is there a v4.0 update planned soon? i.e. from v1.5.5 to v1.5.5a
  6. Replies
    16
    Views
    3,848

    Re: allocated order number

    yyyymmddhhmmss would easily become tzyyyymmddhhmmss instead.

    >Do you have a working version yet?
    yes,
    I've been taking a brief break and was hoping to get onto it again very soon ~ tidying up...
  7. Replies
    16
    Views
    3,848

    Re: allocated order number

    Success !!
    Phew, was that a hurdle or what!!

    Just need to tidy up ~ removing all the commented duff lines, checking the file structure is efficient etc.,

    it still needs thorough testing,
    but...
  8. Replies
    6
    Views
    15,174

    Re: Product Name Not Appearing in Detail Line Items

    I've just searched sourceforge for a better tool than winmerge with "compare two databases",
    I found
    http://sourceforge.net/projects/jdbcompare/?source=directory,
    then googling "compare two...
  9. Replies
    6
    Views
    15,174

    Re: Product Name Not Appearing in Detail Line Items

    that's exactly what I was getting too,

    and was getting 'not eligible' for seller protection
    even though the store was (still is) set to only allow checking out with identical billing/delivery...
  10. Replies
    16
    Views
    3,848

    Re: allocated order number

    Just as I thought... and have been trying... and still failing to see it acted upon!

    I've managed to write and run some code that will effectively bypass the deadzone, i.e. write the response data...
  11. Replies
    16
    Views
    3,848

    Re: allocated order number

    sorry I'm still scratching my head on this one

    please can someone outline the processing flow within zen-cart from after the 3rd party sends me back to the store
    everything i'm reading points to...
  12. Replies
    16
    Views
    3,848

    Re: allocated order number

    dang! said it was something simple!!
    good job there's no-one who's around to slap me!
    same with the logs...
    haven't had to refer to them for yonks so forgot all about them!
    the second problem...
  13. Replies
    16
    Views
    3,848

    Re: allocated order number

    hi again
    i’m running into two problems,
    probably obvious but they are both eluding me... and i seem to be going around in circles... so am back for help!!

    first one is getting the order...
  14. Replies
    16
    Views
    3,848

    Re: allocated order number

    BTW:
    the example above...
    $new_orders_id = $yy . $MM . $DD . $H . $i . $s . $u

    was actually replaced by

    $new_orders_id = round(microtime(true) * 10000);

    ...just in case anyone was...
  15. Replies
    16
    Views
    3,848

    Re: allocated order number

    that's the easiest way, agreed,
    it does not matter what order number is finally given to the customer,
    I just did not want there to be any unnecessary confusion, e.g. one customer takes 4mins to...
  16. Replies
    16
    Views
    3,848

    Re: allocated order number

    many thanks for confirming this,
    i did conclude this but did not want to presume.

    as the payment method requires an order number to be posted
    that leaves me with having to create a new dynamic...
  17. Replies
    16
    Views
    3,848

    allocated order number

    please can someone tell me if the order number is allocated after the customer is returned from the payment site or before being sent to the payment site?

    i'm writing a new payment module, but...
  18. v150 Re: Adding a buy now button to products in listing that have options

    just to go a little further
    in file: modules/YOUR_TEMPLATE/product_listing.php
    instead of
    changing
    ...MORE_INFO_TEXT... (see crazysarah post #3 Code.1)

    to ...
  19. Replies
    240
    Views
    53,501

    Re: Login as Customer module (for zc.1.5.1 new install)

    when comparing the changed core files
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    customers.php (@version $Id: customers.php 19775 2011-10-11 15:51:52Z kuroi $)
    line:
    if...
  20. Replies
    3
    Views
    807

    Re: cannot find source of problem (150=>151)

    just a quick note to say, still messing with the 150=>151, a few other little things bugging me now that i've looked at other pages.
    the original problem above seems to be the caused by extra tables...
  21. Replies
    3
    Views
    807

    Re: cannot find source of problem (150=>151)

    thanks lat9,
    looking into it,
    will report back
  22. Replies
    3
    Views
    807

    cannot find source of problem (150=>151)

    been scratching my head for a couple of hours now,
    just cannot track down any clues to the problem i'm having.

    currently upgrading working 150 to test 151
    have been meticulous with methodical...
  23. Replies
    29
    Views
    6,107

    Re: How to secure contact us page with SSL?

    Re:



    I have 'tpl_modules_shipping_estimator.php' currently hide the user name and address (if logged in) as it's included in the shopping cart page ~ which is not always SSL.

    From kuroi #3...
  24. Re: PHP Fatal error: Call to a member function credit_selection()

    >complete compare of ALL files on your server vs the original Zen Cart files for your version

    apart from the mods and my layout changes (the changed files are in mytemplate folder) there's nothing...
  25. Re: PHP Fatal error: Call to a member function credit_selection()

    Thanks DrByte
  26. Re: PHP Fatal error: Call to a member function credit_selection()

    okay thanks for the quick reply,

    just for information i looked at the original file from zen-cart-v150-full-release-12302011.zip and it only has 164 lines too!
    i guess the first methodical route...
  27. PHP Fatal error: Call to a member function credit_selection()

    error log:

    i seem to have a few of these messages all identical (except the time and date!)
    also there seem to be many created on each occasion <-- all identical bar the logged at seconds
    eg
    ...
  28. Replies
    8
    Views
    933

    Re: how do I use a parked domain?

    the way i read your post is that you have sub-domain ABC.com

    a parked domain is just a hosted domain without using it for email or as a website, or even a registered domain without hosting.

    to...
  29. Replies
    8
    Views
    1,350

    Re: [ProtectionEligibility:Ineligible]

    okay, rather than go out and get another bank account et al set up,
    I applied some lateral thinking!

    I put the store in maintenance (excluding my IP).
    I set the store payment address (Business...
  30. Replies
    8
    Views
    1,350

    Re: [ProtectionEligibility:Ineligible]

    going out and setting up an extra bank account is not what i was really looking to do!

    and quite frankly i don't really see what extra it would achieve,

    i'm happy that my customers are using...
  31. Replies
    8
    Views
    1,350

    Re: [ProtectionEligibility:Ineligible]

    meaning ~ i cannot complete a purchase from my own store using my own paypal account
  32. Replies
    8
    Views
    1,350

    Re: [ProtectionEligibility:Ineligible]

    Since using 1.5, i don't have the option for different billing and shipping addresses, also added a note stating billing address must be they same as on their card or paypal account,
    now i have...
  33. Replies
    8
    Views
    1,350

    Re: [ProtectionEligibility:Ineligible]

    I've spoken to PayPal (just before upgrading to 1.5), but they don't want to say if it's their system or zen cart.
    I spent quite sometime rephrasing questions.
    I did narrow it down to an address...
  34. Replies
    8
    Views
    1,350

    [ProtectionEligibility:Ineligible]

    I'm still using PayPal's 'Standard'

    I started with 1.3.6, installed all the upgrades and patches etc am now using 1.5

    I am still getting the same issue with my completed orders

    In...
  35. Replies
    0
    Views
    591

    whos_online extra line

    supposing your store was at
    mydomain.co.uk/productshop/

    when viewing Who’s Online
    if you have a visitor looking at a particular product
    the URL likely to be seen is something like this...
  36. Replies
    4
    Views
    1,728

    Re: Using CSS buttons instead of images

    just to clarify

    i'd like to change this



    <input type="image" src="includes/templates/z150/buttons/english/button_submit.gif" alt="&nbsp;Submit the Information &nbsp;" title=" &nbsp;Submit...
  37. Replies
    4
    Views
    1,280

    Re: switching back and forth between http and https

    thanks for the clarification
  38. Replies
    4
    Views
    1,728

    Re: Using CSS buttons instead of images

    i'm using the css buttons option in 1.5,
    however the submit button is still the image type,
    where do i 'define' or add this button to the definitions/list so this too is a css button?
  39. Replies
    4
    Views
    1,280

    Re: switching back and forth between http and https

    cheers for prompt reply IDW,
    nice to know,
    I'm guessing 'slow' because of the ssl check each page load?

    I'll keep it running http & https,

    i personally know there's no need for the ssl/https...
  40. Replies
    4
    Views
    1,280

    switching back and forth between http and https

    is it possible to set-up so the store so it does not switch back and forth between the http: and https: state?
    i.e. the store is http: unless at the login page or checkout page (and further)
    and...
  41. Replies
    2,176
    Views
    497,057

    Re: Fast and Easy Checkout

    maybe too late, but the repeated advice all over the forum is before you update/add on any mods is to backup your site... this includes your database if the mod has sql patches etc.

    to backup the...
  42. Replies
    6
    Views
    1,211

    Re: admin login as customer

    "I just installed this mod on a test site (1.5.0) and it works as advertised"

    hmm as advertised for 1.3.9h !

    it's a shame the AddOn Mods page doesn't say "okay for 1.5.0' etc...
    the same for...
  43. Replies
    6
    Views
    976

    Re: Search box bringing to many results

    I've been searching for hours for a solution to what sounds the same problem.

    e.g. If I search for lights, i get numerous results, the only thing in common is that they contain 'li'
    I have a...
  44. Replies
    6
    Views
    15,174

    Re: Product Name Not Appearing in Detail Line Items

    zen ve1.3.9h
    PayPal Website Payments Standard (IPN) (Basic PayPal service)

    ---------------------------------------

    I'm wondering if this has been solved, cannot readily see a solution on the...
  45. Re: A way to force international customers to use intl shipping???

    'table_rate_clone' works for me!
    Once installed you can create a table for each delivery zone. Example: Royal Mail has 12 Zones, once you have the weight:rate, weight:rate, weight:rate ... setup...
Results 1 to 45 of 48
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR