Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

onlinegourmetfood

Members
  • Posts

    23
  • Joined

  • Last visited

Posts posted by onlinegourmetfood

  1. I've also contacted Afterpay and received this response - perhaps we can get others to request
    cheers Jo-Ann

    Glenn (Afterpay)

    2 Aug., 10:11 AEST

    Hi there,

    I can't as it's not my department.

    I can pass on the feedback though that it's another one we should add.

    The more people we get advising they want a platform added we pass on the feedback.

    Glenn
    Afterpay Customer Service

     

    Sales

    2 Aug., 10:07 AEST

    Hi Glenn

    Thanks for your reply. Can you tell us why it is not on your list to integrate?

    Thanks in advance

    Jo-Ann

     

    Glenn (Afterpay)

    2 Aug., 10:04 AEST

    Hi Jo-Ann,

    Thanks for getting in touch.

    Currently it's not on our list to integrate with we just did add a lot of new ones.

    Kind regards

    Glenn
    Afterpay Customer Service

  2. Hi Jack

    Thank you for your reply

     

    the .htaccess file in the root directory reads ...

     

    RewriteEngine on

    RewriteCond %{HTTP_HOST} ^jomaysgifthampers\.com\.au$

    RewriteRule (.*) http://www.jomaysgifthampers.com.au/shop/$1 [R=301,L]

     

     

    the .htaccess file in the shop directory reads...

     

    # Begin Ultimate SEO V2.2d

    Options +FollowSymLinks

    RewriteEngine on

     

     

    RewriteBase /shop/

     

     

    RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-by-(.*).html$ all-products.php?fl=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-au-(.*).html$ articles.php?authors_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-f-(.*).html$ faqdesk_info.php?faqdesk_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-fc-(.*).html$ faqdesk_index.php?faqPath=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-fri-(.*).html$ faqdesk_reviews_info.php?faqdesk_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-fra-(.*).html$ faqdesk_reviews_article.php?faqdesk_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-n-(.*).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-nc-(.*).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-nri-(.*).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-nra-(.*).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-po-([0-9]+).html$ pollbooth.php?pollid=$2&%{QUERY_STRING}

    # End Ultimate SEO V2.2d

     

    ???

    thanks Jo

  3. Thanks again Jack

    I'm obviously doing something wrong...

     

    If I change the .htaccess file in the root directory & it looks like this

    RewriteEngine on

    RewriteCond %{HTTP_HOST} ^jomaysgifthampers\.com\.au$

    RewriteRule (.*) http://www.jomaysgifthampers.com.au/shop/$1 [R=301,L]

    RewriteRule ^$ shop [L]

     

     

    and the .htaccess file in the shop directory to look like this

     

    # Begin Ultimate SEO V2.2d

    Options +FollowSymLinks

    RewriteEngine on

     

     

     

    RewriteCond %{HTTP_HOST} ^jomaysgifthampers\.com\.au$

    RewriteRule (.*) http://www.jomaysgifthampers.com.au/shop/$1 [R=301,L]

    RewriteRule ^$ shop [L]

     

     

    RewriteBase /shop/

     

     

    RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-by-(.*).html$ all-products.php?fl=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-au-(.*).html$ articles.php?authors_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-f-(.*).html$ faqdesk_info.php?faqdesk_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-fc-(.*).html$ faqdesk_index.php?faqPath=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-fri-(.*).html$ faqdesk_reviews_info.php?faqdesk_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-fra-(.*).html$ faqdesk_reviews_article.php?faqdesk_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-n-(.*).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-nc-(.*).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-nri-(.*).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-nra-(.*).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-po-([0-9]+).html$ pollbooth.php?pollid=$2&%{QUERY_STRING}

    # End Ultimate SEO V2.2d

     

    I get 404 Not Found errors for both the www.jomaysgifthampers.com.au and www.jomaysgifthampers.com.au/shop

     

    any ideas?

    thank you!

    Jo

  4. Thanks for your reply Jack ... ok I think that is what I did, however, I do not seem to have a .htaccess file in the "shop" directory. I have the following .htaccess files

     

     

    /public_html/.htaccess

    /public_html/shop/pub/.htaccess

    /public_html/shop/errors/.htaccess

    /public_html/shop/includes/.htaccess

    /public_html/shop/includes/work/.htaccess

    /public_html/shop/images/.htaccess

    /public_html/shop/download/.htaccess

    /public_html/shop/admin/.htaccess

    /public_html/shop/admin/includes/.htaccess

    /public_html/shop/admin/images/.htaccess

    /public_html/shop/admin/backups/.htaccess

     

    does this make sense?

    cheers

    Jo

  5. Hi Jack

     

    I have installed Ultimate SEO v2.2 and it is fabulous. I'm not a coder/developer so apologies in advance for what might be a stupid question.

    I seem to have everything working except when you type in the homepage address www.jomaysgifthampers.com.au I receive an 404 error ... /shop/shop/ page not found on this server

    When I changed the .htaccess file I put in to RewriteBase / shop/ because that is where my catalog etc is in the directory, so if you type in www.jomaysgifthampers.com.au/shop everything is fine.

    How do I change/fix the link to "Top" [which is www.jomaysgifthampers.com.au" on the homepage]

     

    Hope that makes sense

    Any help very greatly appreciated

    Jo

×
×
  • Create New...