Search:

Type: Posts; User: mypashop

Search: Search took 0.01 seconds.

  1. Replies
    52
    Views
    22,143

    Re: PayPal IPN issues with Auto Return

    i still have the problem of the IPN not working,
    maybe someone can hint me where to check if you consider that the bug only affects "localized" browsing customers.
    it's not firewall related.
  2. Replies
    52
    Views
    22,143

    PAYPAL session viewer works fine + PDT token thread

    A) PAYPAL session viewer is working fine. pushorder helps you quickly create the order w/o embarrassement having to contact the customer to know what he ordered. B) + C) is also somehow solved. ...
  3. Replies
    3
    Views
    1,208

    will PDT token help to stop lost orders using paypal IPN

    Had the same issue with the PDT token label missing,
    noticed it while building up a zencart from scratch on localhost. uninstalling and re-installing the module didn't fix it on the live...
  4. Re: Display different languages in EZpages titles ?

    I've been searching the forum before the FAQ. :blush:



    http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_47&products_id=113

    This should be enough to build up a...
  5. Display different languages in EZpages titles ?

    Is it possible to display a value coming from a LANGUAGE_CONSTANT in an EZpage title, instead of hard-coding just a title ?

    An Example for use:
    Creating a EZpage based additional navigation...
  6. Replies
    52
    Views
    22,143

    Re: PayPal IPN issues with Auto Return

    Although i made paypal accounts not an option,
    to force auto-redirecting customers back to the shop,
    because no account signup is shown to the customer,
    he has already got one.

    paypal...
  7. Replies
    15
    Views
    10,279

    Re: Localization problem - month names

    This wiki doc resolved my issue with localized dates, to be more precise month names being displayed in english instead of french / german.
    How to adapt dates to display in language of the...
  8. Replies
    52
    Views
    22,143

    Re: PayPal IPN issues with Auto Return

    Thanks for suggesting to switch over to express-checkout.
    I will go through the docs for that.
    In the meantime i changed the "paypal account optional" setting to OFF,
    and will add some text on...
  9. Replies
    52
    Views
    22,143

    Re: PayPal IPN issues with Auto Return

    Paypal IPN still seems buggy,
    i received a payment on Saturday but have
    no order in zen cart.

    What is actually strange, i have no cart left
    in the recover cart modules, which makes me think...
  10. Re: Google listing error - Title and description wrong

    :dontgetit I have one and only category page where i changed the META tags,
    but since then in google webmaster tools diagnostics it says TITLE tag is missing, although they are set, and no...
  11. Paypal errors due to localisation issues

    customers running german & french localisations of the site can pay, but
    zencart keeps no track of their order, while english interface seems to work.

    i disabled the paypal payments for now...
  12. Emails contain CONSTANTS instead of actual text after upgrade

    had troube with paypal IPN , customers running german & french localisations of the site can pay , but the zencart keeps no track of their order.
    Seems to come from missing LANGUAGE_DEFINES,...
  13. Re: Session expires when processing payment with secpay

    ]http://www.zen-cart.com/forum/showthread.php?p=502437
  14. Re: Which Method should the module use to launch payment

    Hi again...

    Getting it done, it seems impossible.

    While there's a solution to the session time out by
    making the verify / response actions happen in external files
    (no html will be...
  15. Re: Which Method should the module use to launch payment

    i just tried calling

    checkout_process
    with zenid= zen id of the session
    and securitytoken of the session

    same result , time out

    it seems it cannot retrieve the...
  16. Re: Which Method should the module use to launch payment

    i tried hard,
    it still redirects to time_out (session expired error)
    i can retrieve the session_id correctly and

    i copypaste it into firefox on another machine and call...
  17. Re: Session expires when processing payment with secpay

    Same problem for me, similar technique used by the payment provider.
    I am looking to streamline my payment module to fit better in the zen-cart module technology and encounter the same problem.
    ...
  18. Re: Accessing user login & session info from outside zencart

    in my case i have the same need, and have similar problems.

    for the payment process to complete
    the response is stored and the customer redirected

    however, When the gateway sends back ...
  19. avoid the session expired message when calling checkout_process.php from another se

    Sometimes a weekend can help to get another look at the code.

    How to pass variables from one method to another.

    Well this was a little bit tricky for someone who is not used to working with...
  20. Re: Which Method should the module use to launch payment

    Thanks again aboslute for getting back to me.

    The echo of the URL is to check if itīs the correct one i am redirecting to.

    OK i understand now the purpose of the method,
    itīs not intended for...
  21. Re: Checkout process not redirecting to Paypal 1.3.7.1

    i have a similar problem
    where core function zen_redirect doens't seem to work when called from inside
    the payment module

    i started a thread documenting my steps and have some great...
  22. Re: Which Method should the module use to launch payment

    same trouble as ZEN_REDIRECT FUNCTION

    with


    $messageStack->add_session(SUCCESS_ORDER_UPDATED, 'success')

    doesn't execute and stops PHP

    OK, the order isn't yet created, but it's just...
  23. Re: Which Method should the module use to launch payment

    tanks for correcting the syntax. In fact i am not used to the zencart core functions, but it seems important to stick to using them.
    I have an issue with another core function

    the zen_redirect()...
  24. Re: Which Method should the module use to launch payment

    $lastidlist = mysql_query('SELECT orders_id FROM orders ORDER BY orders_id DESC LIMIT 0, 1');
    $lastid = mysql_fetch_row($lastidlist);
    $nextid = ++$lastid[0];
    echo ('<br>$nextid='.$nextid);

    i...
  25. i'm stuck with retrieving the last order id

    Anyway, i am progressing good in consolidating the module in one file,
    calling the before_process() method is automatic, as you said by going to payment_process.
    the switches for talking to the...
  26. Re: Which Method should the module use to launch payment

    I have a small but crucial question.
    I can see how i could place / distribute the code inside the "payment class"
    but i am stuck with the fact that i don't know
    how to call it from an external...
  27. Now i could need a little help with Objects/classes and "invoking" methods

    All your anwers really helped out to move on into the problem,
    and i already improved the module because of gained confidence.
    It was also quite helpful to explain that the order is not placed...
  28. Which Method should the module use to launch payment

    Hello Zenners
    I have a custom payment module, which i did not program.
    The problem is, i feel there should be a change to the module.

    -Problem-
    The module makes zen-cart send out the order...
  29. Replies
    3,562
    Views
    729,781

    Re: Google Base Feeder Support Thread

    HOW do you limit
    Default limit google base feeder to one language (english only) ...
    is there a need / recommended to limit to one and only language ?

    to not spam google base i would like to...
  30. limit google base feeder to one language (english only)

    i cannot find any infos about the
    "language" setting of google base feeder.
    What does it do ?
    is there a need / recommended to limit to one and only language ?

    Also, encoding of french...
  31. Replies
    1
    Views
    1,851

    Re: Google base feeder install instructions

    i had the same issue when installing google sitemaps and google base.
    my solution was to make sure the SQL-patches were correctly done,
    and the configuration table was not altered.
    So i...
  32. Replies
    2
    Views
    997

    Re: setting a larger size for price onlyS

    default change price text size in product listing :
    http://www.zen-cart.com/forum/showpost.php?p=470281&postcount=7
  33. Re: Products on single line with QTY and ADD button?

    default change price text size in product listing :
    http://www.zen-cart.com/forum/showpost.php?p=470281&postcount=7
  34. change price text size in product listing

    thanks biojohn for sharing the solution found in another thread. Thanks to ajeh for the solution.

    My scenario is a litte different. I want to wrap a span or other block around price, in order to...
  35. Replies
    2
    Views
    997

    Re: setting a larger size for price onlyS

    Hi, i'm looking for the same piece of code...
    spent already too much time on it, basically it seems that there's no class applied to the price in the product listing.

    i think you're right, it...
  36. Re: find/replace (sub)strings in zen's mysql-DB (mysql syntax question)

    i was trying too hard to achieve this, and after getting lots of errors and finally putting the code together, it worked, but i didīt notice it. All i saw was the 0 rows affected... At some point...
  37. find/replace (sub)strings in zen's mysql-DB (mysql syntax question)

    hello, i have an issue with SQL's syntax. I am moving a DB to another server/version.

    this is my SQL-query.



    I want it to "strip" (using REPLACE) '376005' in every product model
    where...
Results 1 to 37 of 37
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR