Forum Replies Created

Viewing 15 replies - 1 through 15 (of 32 total)
  • That sounds like as good a place as any.

    A checkbox and a link to the Toc’s would be great.

    madcowz

    (@madcowz)

    I had a similar issue in that I was unable to add items to the cart when using a custom permalink structure and ISAPI Rewrite.

    It might be worth your while switching off permalinks and going back to the dirty page_id=234 style, testing it and seeing what result you get.

    Only takes 5 minutes and you shouldn’t get too many 404’s in that time.

    Might be a long shot but at least it ticks another box.

    madcowz

    (@madcowz)

    As esmi says, the form=’yes’ is the bit you are after

    I use:

    [eshop_list_new class='hilite' panels='yes' form='yes']

    Thread Starter madcowz

    (@madcowz)

    The funny thing is I set up two proper accounts:

    mail@ and paypal@ but the Sandbox changed them to the ones above.

    When I then tried to add these accounts to my domain it said they were invalid and I couldn’t.

    Thread Starter madcowz

    (@madcowz)

    As I was using paypal sandbox emails (mail_1241778556_bi
    z@landroveroneten.com & paypal_1241778464_
    biz@landroveroneten.com) I wasn’t receiving any emails.

    So I decided to go live and using the wife’s Paypal account she purchased an item costing £0.01 and it works, all of it. I have the transaction ID in eShop, she gets an email from the shop & Paypal and so do I.

    Makes a nice change for me to be using her account to buy stuff. 😉

    I am more than happy with the system and can start editing the css and tidying it all up a bit before going live.

    Once again, thank you.

    Thread Starter madcowz

    (@madcowz)

    This is odd.

    Paypal shows me this:

    Transaction ID: 3C580528A15245629
    The payment for your purchase from Hedley Phillips’s Test Store has been completed.

    eShop is showing this:

    1 2009-05-09 at 22:55 Peter Fart 1 £67.00 no Processing… Move #1

    and the paypal Notification of Payment Received email shows:
    Transaction ID: 3H386580B8169104T

    while the Receipt for Your Payment email shows:
    Transaction ID: 3C580528A15245629

    The transaction numbers are different between the Notification of payment (sellers email) and the receipt email (buyers email).

    Forum: Plugins
    In reply to: Help with eshop plugin
    madcowz

    (@madcowz)

    As esmi says, upload an image into your page/post as usual but you don’t need to insert it. Just save changes and exit.

    Then from the page/post – Product entry – Product Settings click on the “Choose listing image” link and select the image.

    You can adjust the size in the eShop settings but I can’t remember where.

    Thread Starter madcowz

    (@madcowz)

    Ok, thanks.

    Meanwhile I have changed my permalinks from:

    /%year%/%monthnum%/%postname%/

    which doesn’t work.

    To the standard WordPress:

    /index.php/%year%/%monthnum%/%postname%/

    which does!!

    so it seems that having the /index.php in there sorts out all my worries and I now have permalinks working, eShop working and slightly fewer grey hairs.

    I will continue to test and just put up with the index.php rather than spend hours and hours trying to sort this.

    Thanks again for your help. Appreciated, and I will test the new version when it is released next week and report back.

    Hedley

    Thread Starter madcowz

    (@madcowz)

    Hi,

    I have downloaded and installed from http://wordpress.org/extend/plugins/eshop/ and it still doesn’t add items to the cart.

    BTW, the version number is still the same, 3.3.6, is this correct.

    Thanks for trying though, appreciated.

    Thread Starter madcowz

    (@madcowz)

    Seems that 404 redirect is not the answer as it ruins the php session and means that I can’t add anything to my basket.

    So, it is back to the drawing board to try and find a proper permalinks fix for my install.

    Surely someone has it working on IIS6 and can give me some pointers?

    thanks.

    Thread Starter madcowz

    (@madcowz)

    It is the 404 redirect that is doing it.

    If I switch off permalinks and just use ?page_id= then it works. If I then re-enable permalinks and try it fails.

    The 404 redirect must be killing the php session info which means that 404 redireect is not the magic bullet to my redirect problems and I must continue to find a solution that works.

    damn.

    Thread Starter madcowz

    (@madcowz)

    NOTE: I have disabled all the other plugins and retested (as per a previous thread). Still have the same issue.

    Thread Starter madcowz

    (@madcowz)

    @xremii

    I have realsied my mistake. I still have the plugin enabled but, like you, had to uncheck the show in page for it to work.

    As I say, I will need to double check thsi, but I’m fighting some other issues at present and will have to return to this later.

    thanks for input.

    Thread Starter madcowz

    (@madcowz)

    Elfin,

    funny how revisiting a problem can sometimes solve it.

    I went through the solutions on the WordPress codex page step by step and by using custom 404 pages with the following code:

    <?php
    $qs = $_SERVER['QUERY_STRING'];
    $pos = strrpos($qs, '://');
    $pos = strpos($qs, '/', $pos + 4);
    $_SERVER['REQUEST_URI'] = substr($qs, $pos);
    $_SERVER['PATH_INFO'] = $_SERVER['REQUEST_URI'];
    include('index.php');
    ?>

    seem to (fingers crossed) have permalinks working a treat. I can now add a page and it works automatically which is great. Yippee!

    The bad news is… that when I try to add a product to my basket, it sends me to: /shopping-cart/ and says: “Your shopping cart is currently empty.”

    The url is: http://landroveroneten.com/land-rover-one-ten-online-shop/

    thanks.

    Thread Starter madcowz

    (@madcowz)

    Sounds about right. I certainly have it and permalinks working on my WP installs on Apache servers at work.

    It’s just my personal install on IIS6 that is causing me grief.

    Although, it seems that after all that hassle I have it working… I have followed the custom 404 path as described here:

    http://tech.einaregilsson.com/2007/07/30/pretty-wordpress-permalinks-on-iis/

    and so far all my permalinks are working, except for my eShop plugin which seems unable to add an item to the basket but I can work with the dev on that one.

    thanks for your input, see… a problem shared is a problem halved!

Viewing 15 replies - 1 through 15 (of 32 total)