• Resolved albundy

    (@albundy)


    hi,

    installing the plugin and configure it was easy but i have one problem.
    the product link to magento website is like this

    index.php/admin/catalog/product/view/id/82797/s/warmbat-pantoffels-polarfox-blauw/?SID=05n5rhfe134ss1hld7jqpvssl3

    which result in a 404 not found on the magento website

    how can this be solved?

    thank you
    Marcel

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author santerref

    (@santerref)

    Hi albundy,

    Please send my all details (magento store, WordPress) by email so I can see what is wrong!

    [email protected]

    Thanks,
    santerref.

    Thread Starter albundy

    (@albundy)

    Dear Santerref

    I have send you all the info by email but haven’t got a answer???

    Regards
    Marcel

    Plugin Author santerref

    (@santerref)

    Hi Marcel,

    I am back at work so I will look at my email and reply to you as soon as possible!

    santerref.

    Plugin Author santerref

    (@santerref)

    Hi Marcel,

    For a quick fix, you can alter the URL of the product to remove the “index.php/admin” part.

    /index.php/admin/catalog/product/view/id/…

    will become

    /catalog/product/view/id/…

    The filters are :

    mag_products_integration_product_buy_it_now_button
    mag_products_integration_product_view_details_button

    The first parameter is the button HTML and the second the product URL.

    Just do a preg_replace and this will work!

    Thread Starter albundy

    (@albundy)

    can you give me an example on how to use preg_replace in wordpress with your module?

    thanks Marcel

    Plugin Author santerref

    (@santerref)

    I have sent you a patch by email.

    Let me know if it fix your issue.

    Thanks,
    Francis.

    Thread Starter albundy

    (@albundy)

    patch has solved the problem. Link works correct now, thank you for your support

    Marcel

    Plugin Author santerref

    (@santerref)

    Great !

    I will send the update to everyone ASAP.

    Santerref.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘url link to magento’ is closed to new replies.