Search:

Type: Posts; User: tez

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Can't stop my payment module from approving orders

    I am converting a payment module from OsCommerce to ZenCart, but I can't seem to stop it from approving orders.

    When it comes back with an error, it redirects to...
  2. Replies
    0
    Views
    1,229

    St. Geroge IPG bank hosted payment module

    Would this OsCommerce module be a good starting point to integrate a payment module for St. George Australia Internet Payment Gateway? (a bank hosted page where customer leaves your shop).
    ...
  3. Replies
    10
    Views
    3,960

    Re: remove session id from url

    I keep getting links like this appearing in Google crawls,

    main_page=index&cPath=4_62?zenid=fef5e1d92f37bf23f6b90d59312e4ff2

    I also keep getting zenid in URLs when I use Internet Explorer 7.
    ...
  4. Replies
    10
    Views
    3,960

    Re: remove session id from url

    How about adding " || $_GET['zenid']" to the code in \includes\templates\*\common\html_header.php

    like this around line 30 (note I removed the 'define()' check)


    <?php if...
  5. Replies
    9
    Views
    1,632

    Re: PayPal IPN lost an order, echeque bug?

    Thanks, I'll just apply the patches. ;)
  6. Replies
    9
    Views
    1,632

    Re: PayPal IPN lost an order, echeque bug?

    Another one failed yesterday and I found a third that failed - all are eCheque and I can't find any eCheque which have worked at all. I think eCheque is has to wait for clearance so maybe zencart...
  7. Replies
    9
    Views
    1,632

    Re: PayPal IPN lost an order, echeque bug?

    I think so.
  8. Replies
    9
    Views
    1,632

    Re: PayPal IPN lost an order, echeque bug?

    Using Zencart v1.3.7
  9. Replies
    9
    Views
    1,632

    PayPal IPN lost an order, echeque bug?

    PayPal received a payment, but Zencart has no record of the order.
    had a paypal payment go through with a zenid, but no record in "Orders" for it. Only difference seems to be that it was made using...
  10. Re: Adding OnClick to a Radio Button in the checkout_payment page

    Can the ZenCart Draw Form buttons functions handle this or do I need to hack?
  11. Replies
    0
    Views
    1,013

    Paypal IPN not clearing $this->title for me

    I edited my language files to rename "Paypal IPN" to Paypal (avoid customer confusion). But I also added some php in paypal.php at line 68 (version 1.3.7) which has more descriptive text for...
  12. Adding OnClick to a Radio Button in the checkout_payment page

    I want to add some Javascript to a Radio Button in the payment options section. - main_page=checkout_payment

    Which file do I edit and how do I insert HTML into a radio button using the ZenCart...
  13. Replies
    1,164
    Views
    279,982

    Re: Newsletter-Only Subscriptions for v1.3x

    Just go to your index.php?main_page=subscribe page and copy the <form>...</form> code.
  14. Newsletter Unsubscribe link ampersand needs & in &addr=

    I'm not sure if this is a problem from Newsletter Subscribe Mod or in zencart.

    But my HTML emails have an &addr= line instead of &amp;addr=

    I am not sure how to fix it, I can not find where the &...
  15. Trouble sending HTML newsletter -- template issue?

    In my setup I can not use the template email_template_newsletters.html, it only works as email_template_newsletter.html, due probably to newsletter.php line around 136,
    '"....
  16. Sending Newsletters to 2000 people stalled at some point. Subscribe mod?

    :smartass: I installed Newsletter_Subscribe mode 2.06 into 1.3.7 Zencart and I have two large groups to send to.

    Customers around 400
    Newsletter Subscribers only around 1600.

    The shop owner...
  17. Replies
    1,164
    Views
    279,982

    Re: Newsletter-Only Subscriptions for v1.3x

    HTML is the default option so if you just hide the form buttons in the subscribe and update account areas it would suffice.
  18. Replies
    1,164
    Views
    279,982

    Re: Newsletter-Only Subscriptions for v1.3x

    UPDATE:
    I removed the :emailFormat and :emailAddress, fixed my problem. Also need to DELETE existing records that match the new email address when they are NULL customers_id to avoid "duplicate...
  19. Replies
    1,164
    Views
    279,982

    Re: Newsletter-Only Subscriptions for v1.3x

    When updating Email Address of a customer through shop front end website you get a problem.
    Email Address shows up as

    [email protected]'[email protected]
    I think this code is the problem, but I...
  20. Replies
    5
    Views
    1,045

    Re: checkout_payment question

    Yeah I did that eventually. I didn't think they were modules or that I could remove them.
  21. Thread: Credit Cards

    by tez
    Replies
    4
    Views
    1,323

    Re: Credit Cards

    This whole area is confusing.

    What is cheaper for say 10 transactions x $100 each a day.

    - Merchant account

    - PayPal with ~3.7% per transaction

    - Live Credit Card processing somehow.
  22. Replies
    5
    Views
    1,045

    Re: checkout_payment question

    I want to remove my coupon and redemption code sections from checkout too. I have upgraded to 1.3.7 from 1.3.0.1
  23. Newletter Subscribe 2.0.6 import email, not checking existing customer dupes

    If I import a list of emails it does not check if the imported emails already exist in a customer account and it creates a new "newsletter only" record of the dupe email - this causing trouble when...
  24. Replies
    10
    Views
    2,082

    View Post

    Got it sorted.

    I used BigDump to import and I guess it did not use the right character set, even though it was shown correctly on the tables after import.

    Also tried phpMYADMIN but I chose...
  25. Re: tpl_modules_address_book_details.php shows drop and input

    I found the CSS in /classic/ template. I guess I missed it!

    .hiddenField {
    display: none;
    }
    .visibleField {
    display: inline;
    }
  26. Re: tpl_modules_address_book_details.php shows drop and input

    wait up, am I supposed to be merging the CSS from /classic/ or /template_default/
  27. Re: tpl_modules_address_book_details.php shows drop and input

    Pretty sure i've merged everything now. Swapping to 'default contemporary green' template shows it working, although it is a 1.3.5 template and it looks wrong, ugly etc. I can't select "default...
  28. Replies
    1
    Views
    995

    Linkpoint fees and International access.

    Never heard of Linkpoint, can't find any fees or prices.

    Can't find any evidence of international support, ie can an Australian site use it?

    Where would this information be located?
  29. Re: tpl_modules_address_book_details.php shows drop and input

    1.3.0.1 updating to 1.3.7, spent four days on it so far, fairly customised template.

    Using Kdiff, Dreamweaver, copy of site to new domain and database copied.
  30. Re: tpl_modules_address_book_details.php shows drop and input

    Doh!.

    Would that also be causing States to be missing from the Create Account page ?
  31. tpl_modules_address_book_details.php shows drop and input

    See pic, it seems the code is always going to show both Drop-Box and Input field if drop box is selected, otherwise it shows neither. In tpl_modules_address_book_details.php 1.3.7
  32. Replies
    10
    Views
    2,082

    View Post

    So maybe I just need to make sure my new table is the right encoding before restoring into it maybe? I was pretty sure I chose latin1 wherever I had a chance but I might have picked the wrong options...
  33. Replies
    10
    Views
    2,082

    View Post

    Page descriptions. Product Descriptions. Probably product titles too, I guess everything.

    It is latin1_swedish_ci collation. I have no idea why people keep defaulting to rediculous collations when...
  34. Replies
    10
    Views
    2,082

    View Post

    It does look incorrect, it appears on the pages like that. See attached pic.
  35. Replies
    10
    Views
    2,082

    View Post

    I would not know what there is in there, graves accents, dollars etc. Too many to miss.

    I just need to know how to fix it during backup and restore.

    It was from 1.3.0.1 database backup,...
  36. Replies
    3
    Views
    1,381

    Re: Updating manually from 1.3.0.2 to latest

    That task is left up to everyone, to do themselves.
  37. Replies
    10
    Views
    2,082

    View Post

    All symbols, quotes, apostrophes etc turned to

    &#226;€™
    How do I fix it?
  38. Replies
    2
    Views
    1,800

    Re: Product List tabular vs New Products non-tabular

    Or in simpler terms.
    How do I get this layout to look like this layout without making it all again?
  39. Replies
    2
    Views
    1,800

    Product List tabular vs New Products non-tabular

    Is it my imagination or does the general products listing use a "tabular" template while the New Products and Featured Products use a somewhat hard coded version of the same thing?

    Why and is it...
  40. Thread: Date Format

    by tez
    Replies
    3
    Views
    1,376

    Re: Date Format

    I'd like to know. I messed with dates on version prior to 1.3 and it sort of nearly worked in MOST cases.
  41. Re: ZC 1.3.0.1 can not remove products from cart.

    Already am using the defaults for both of those files.
    Maybe I messed with the hidden form fields function..
  42. Re: ZC 1.3.0.1 can not remove products from cart.

    wow quardruple post!.

    okay it looks like I am missing this code in the shopping cart checkout page

    input type="hidden" name="products_id[]" value="x"

    Anyone know where I look to fix that?
  43. Re: ZC 1.3.0.1 can not remove products from cart.

    ... and if I enable the Product Delete image I can delete products from cart that way, works fine. Just the two methods by using form fields are not working, they dont seem to have any ID in the form...
  44. Re: ZC 1.3.0.1 can not remove products from cart.

    I do notice that Shopping Cart contents page source has this for each item,
    name="cart_quantity[]"

    shouldn't it appear as something like
    name="cart_quantity['78']"

    ?

    same for the delete...
  45. Re: ZC 1.3.0.1 can not remove products from cart.

    What has the images folder got to do with the shopping cart process?
    I checked my supp.php and it only showed two unwritable admin dirs which I've fixed up.
  46. Re: ZC 1.3.0.1 can not remove products from cart.

    my site does not override that template (yet), it is using the one from the 1.3.0.1 download.

    This is the URI i mean, index.php?main_page=shopping_cart

    Any other templates which may be...
  47. [DONE] ZC 1.3.0.1 can not remove products from cart.

    Not sure if I updated 100% or not, my site is very heavily customised so it is nearly impossible to carry through all bug fixes through all the cascaded template overrides.

    When I try to update...
  48. Replies
    71
    Views
    26,093

    Re: Zencart slow on Dreamhost?

    I'm on dreamhost now and not having too much of a problem with it yet. I was on servage and zencart was dog slow until I changed a few of the settings (it was still slow, just not annoyingly slow,...
Results 1 to 48 of 55
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR