Search:

Type: Posts; User: etrader

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Re: eWAY Payment Gateway - Rapid 3.0 API

    I am getting the following error message on the checkout confirmation page:

    CreateAccessCode SOAP Error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://api.ewaypayments.com/soap.asmx' :...
  2. Replies
    91
    Views
    37,814

    Re: Australia Post Shipping Module 2.0

    If you feel that it would be be better for Zen Cart and the open source community, then I will remove the free module from the zen cart plugins section.

    Then maybe, as others have suggested, you...
  3. Replies
    91
    Views
    37,814

    Re: Australia Post Shipping Module 2.0

    Rod,

    If you don't want people 'ripping off' your code then don't release it under a GPL license.

    The purpose of releasing something under a GPL license is so people can modify and use the code...
  4. Replies
    91
    Views
    37,814

    Re: Australia Post Shipping Module 2.0

    Sorry for not replying sooner. I wasn't receiving the notification emails for this thread for some reason.

    I have fixed the bug that was causing the module to default to the highest available...
  5. Replies
    25
    Views
    3,028

    Re: Auspost module questions

    I'd like to put an end to this discussion by declaring that I have submitted a new version of the Australia Post module that uses the new Australia Post API to get rates directly from the Australia...
  6. Replies
    91
    Views
    37,814

    Australia Post Shipping Module 2.0

    G'day,

    I've submitted an update the the Australia Post Shipping Module.
    http://www.zen-cart.com/downloads.php?do=file&id=1138

    It now uses the new Australia Post API to get rates directly from...
  7. Replies
    3
    Views
    3,240

    Re: Auspost Shipping Module with new AusPost API

    Did you ever implement this into your Auspost shipping module? I was about to do this myself when I found your thread.
  8. Re: Show Available Stock Level in Cart -- addon Not Functioning in 1.39d?

    I found a solution to the problem of 'stock available' not showing on the shopping cart page when a customer places more items in the cart than are available. Using latest stock by attributes contrib...
  9. Replies
    4
    Views
    2,724

    Re: stock levels for products with no attributes

    I'm having the ssame problem.

    Did you find a solution to this?
  10. Re: CC Via Migs - Return Receipt Handling and use of hidden form fields

    Hi Bryan,

    Could you post your modified file so I can take a look at the changes.

    Another issue I'm having (using zen cart 1.3.9h and MIGS bank hosted module) is that the zen session times out...
  11. Replies
    8
    Views
    1,992

    Re: MIGS time out issue - can somebody help

    There seems to be a bug in the MIGS payment module when using the server hosted option. When a customer's credit card is declined, then re-entered with the correct details, the session is lost....
  12. Replies
    10
    Views
    2,311

    Re: Whoops - Session Times out CC VIA MIGS

    I'm having the same issue using zen cart 1.3.9h and the MIGS payment gateway. Did anyone find a solution for this?
  13. Replies
    193
    Views
    23,418

    Re: oz post shipping module help

    Have your tried removing, then reinstalling the module in admin > modules > ozpost? It worked for me.
  14. Re: Problems sending emails from admin: Notice: FAILED to send Email to all recipient

    I also have this problem with subscription manager. Has anyone got a fix for this yet?
  15. Replies
    1
    Views
    941

    Re: Help needed with custom payment module

    I got around this by adding a unique identifier to the product name in tpl_checkout_confirmation.php (around line 160) like this:

    <?php $order->products[$i]['name'] = $order->products[$i]['name']...
  16. Replies
    1
    Views
    941

    Help needed with custom payment module

    I ported a Westpac WebAdvantage payment module from oscommerce and there is just one small problem with it.

    If I purchase more than one of the same product with different attributes, the payment...
  17. Replies
    1
    Views
    1,028

    selling products singularly or by the box

    I want to give customers the choice of buying products singularly or by the box.

    They also need to be able to select the quantity of single items or the quantity of boxes that they want to...
  18. Re: Can I set a selling ending date of a product?

    I'd be interested in this feature too.
    Has anyone had a go at creating it?
  19. Replies
    1
    Views
    981

    Re: Price Customization

    I would start by modifying pricing layout in the file:

    includes/functions/functions_prices.php
  20. Replies
    1
    Views
    1,399

    Re: Adding "Price: " to Product List Page

    I think that file is in: includes/functions/function_prices.php

    On version 1.3.8a, change line 229 to:

    $show_normal_price = '<span class="normalprice">Price: ' ....
  21. Replies
    48
    Views
    10,926

    Re: Unique SKU for each attribute?

    For some reason, the form action was trying to add a new attribute instead of adding the sku. It may seem strange but the only way I could fix it was to put any empty form tag before the sku form.
    ...
  22. Replies
    48
    Views
    10,926

    Re: Unique SKU for each attribute?

    The previous problem I had is now fixed. It seemed to be a caching issue.

    Now I have the same problem as Rune.

    The SKU is not showing up on the checkout confirmation page.

    The problem is...
  23. Replies
    48
    Views
    10,926

    Re: Unique SKU for each attribute?

    I am having the exact same issue. Does anybody have a solution to this?
  24. Re: Search not working with Russian language characters

    I fixed the problem by changing the charset from iso-8859-5 to koi8-r
  25. Search not working with Russian language characters

    I've installed the Russian lanuage pack and changed the the charset to russian in russian.php but when I perform a search it comes back with no results. Can someone please let me know how I might fix...
  26. Re: Admin errors on fresh installation - module errors and language definition errors

    I've compared all the files to a newly unzipped version of zencart using winmerge and they are identical.

    All of the language files and payment and shipping module files are in place.

    I looked...
  27. Re: Admin errors on fresh installation - module errors and language definition errors

    I have re-uploaded all the files twice using ws_ftp and again using filezilla. I also did a new database installation. I have checked that there are no missing files but I'm still getting the same...
  28. Admin errors on fresh installation - module errors and language definition errors

    The shipping and payment modules are not showing correctly in admin after a fresh installation of 1.3.7.1.

    Also, the table headings in the configuration menu are not defined.

    I have reinstalled...
  29. Replies
    130
    Views
    27,757

    Australia Post Delivery Rate Server Down

    Is anyone else having problems with the auspost shipping module. The delivery rate server seems to be down as of this morning. Has Australia Post made any changes to its delivery rate calculator?...
  30. Replies
    63
    Views
    13,349

    Re: Help? (Invalid Parameter)?

    Does this problem affect all previous zencart versions or just 1.3.7? Can the patches be applied to all 1.3x versions or will that cause more problems? Do I have to reinstall the paypal module in...
  31. Replies
    66
    Views
    17,544

    Re: Show product description on main-page

    This is how to add the product description to the featured products box on the home page:

    1. Copy the file: includes/modules/featured_products.php

    2. Place it in an overrides folder like this:...
  32. Re: fck editor plugin - error loading editors/fckplugin/fckstyles.xml

    Sorry. The error message does say error loading editors/fckeditor/fckstyles.xml

    I can access the file in my browser without any permission problems.

    Nevermind, the editor seems to work well...
  33. Re: fck editor plugin - error loading editors/fckplugin/fckstyles.xml

    I'm using Internet Explorer.
  34. Re: fck editor plugin - error loading editors/fckplugin/fckstyles.xml

    There are no messages in my server's error logs.

    Renaming the htaccess file didn't fix the problem.
  35. Re: fck editor plugin - error loading editors/fckplugin/fckstyles.xml

    I already did that, but I still get the error.
  36. fck editor plugin - error loading editors/fckplugin/fckstyles.xml

    I get the following error message when I try to use the fckeditor plugin.

    Error loading editors/fckplugin/fckstyles.xml
  37. Replies
    5
    Views
    4,118

    Re: [Done 1.3.5] Tell a Friend display Error

    I'm still having a problem with the tell a friend display. The solution above fixed part of the problem but for products that have a long title, the tell a friend box is still being cut off because...
  38. Replies
    66
    Views
    17,544

    Re: Show product description on main-page

    To add the product description to the featured centrebox, I guess you would need to edit the following code in modules/featured_products.php and maybe also add some code to the sql query.

    -----...
  39. Re: Advanced search - search manufacturers without keywords

    No, I only want to have the one search sidebox. I like the look of the sidebox the way it is but it confuses customers when they select the manufacturer, click search and get an error message.
  40. Re: Advanced search - search manufacturers without keywords

    Thanks, but there is still no solution in that thread. I need the advanced search to work when only a manufacturer is selected and no other fields are filled in.
  41. Advanced search - search manufacturers without keywords

    I know this has been asked before, but I need to modify the advanced search module so that it works when only the manufacturer is selected. At present, it only works if a keyword or price range is...
  42. Replies
    2
    Views
    3,634

    Re: Problem adding javascript to custom sidebox

    Thanks. I should have worked that one out myself.
  43. Replies
    2
    Views
    3,634

    Problem adding javascript to custom sidebox

    I'm trying to add the code for a customer support script to a custom sidebox. But I'm getting an error beacuse the ' symbols are not being parsed properly. Can someone tell me a way to add this...
  44. Replies
    6
    Views
    2,147

    Re: Property rental and classified

    I have an automotive site that sells cars and I'd like to setup a module that allows users to pay to enter their own cars into the database. It would be like a classifed section that would allow the...
  45. Thread: Eway Module

    by etrader
    Replies
    10
    Views
    4,465

    Re: Eway

    Does anyone have an eway payment module for zencart 1.3?

    I tried installing the old module and get this error:

    Warning: Cannot modify header information - headers already sent by (output...
  46. Replies
    12
    Views
    5,579

    Re: zen cart not processing paypal orders.

    I found the bug fix. Thanks DrByte. It worked great!!!

    If anyone else needs it, you can find it in this thread:
    http://www.zen-cart.com/forum/showthread.php?t=42600
  47. Replies
    12
    Views
    5,579

    Re: zen cart not processing paypal orders.

    I forgot to mention, I'm using zencart v1.3.0.2
  48. Replies
    12
    Views
    5,579

    Re: zen cart not processing paypal orders.

    I just setup a zencart site for someone in the US. I tried doing a test order but when paypal returns to zencart, there is no order number and no orders show up in admin. Also no confirmation email...
  49. Replies
    0
    Views
    921

    cusom shipping module

    I need to set up a shipping module for an Australian/new zealand site. I need it to have differnet rates for the various Australian states plus different rates for New Zealand. The rates I need are...
  50. Replies
    1
    Views
    2,408

    PayPal IPN Configuration

    I've just upgraded to 1.3.0.1 and noticed that the PayPal IPN configuration has changed. Currently I have the checkout_process URL as the IPN URL. The new configuration says it now needs to be the...
Results 1 to 50 of 62
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR