Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cclayton

Pioneers
  • Posts

    162
  • Joined

  • Last visited

Profile Information

cclayton's Achievements

  1. I am using Dynamo Checkout and have Sage Direct Version 1.1. and am just testing the integration, but I cant work out where I enter the Encryption Passwords for Live and Test environments. I have entered the Vendor Login Name in the admin area, but there are no option to enter in the passwords for Live or Test Environment. Does anyone know where I have to enter these please? Thanks!
  2. So how do I get the checkout_process.php to recognise that payment and all details are confirmed and to go direct to checkout_success.php then? It just seems crazy that we are asking then to reconfirm what they have already accepted as its causing a big drop out. Thanks!
  3. @@DunWeb or anyone else perhaps... :) Osc Version: 2.2 Checkout System: Using Dynamo One Page Checkout and Paypal Express Problem: Visitors get transferred from checkout.php to Paypal Express, after they have entered their details on Paypal and click PAY NOW they then get transferred back to checkout.php to reconfirm payment via paypal express and click confirm and booking is success. I want the moment visitors click on Pay Now on paypal to go to checkout_success.php and order to be made. To do this I understand that I need to go into /includes/modules/payment/paypal_wpp.php and amend the below line to go to /checkout_process.php, is that right and if so how can I do this? $order_info['PAYPAL_RETURN_URL'] = htmlspecialchars(html_entity_decode(tep_href_link(basename($_SERVER['SCRIPT_NAME']),'action=express_checkout', 'SSL'))); Anyones help/advice would be greatly appreciated. Thanks, Chris
  4. Thanks Steve, I have done this but it makes no difference so I assume there's something in my code that needs amending.
  5. Thanks for the response Chris, I am using Dynamo Checkout - where do I make this change?
  6. How can I get it so that after people have made payment by Paypal Express they are directed to checkout_success.php and not to checkout.php as it appears to be confusing customers who think they have paid. Any ideas?
  7. I am running oscommerce 2.2 with Dynamo Checkout and have just implemented Paypal Express Checkout, but the problem I have is that when you click on the Paypal Express button on the Checkout page it takes you through to the Paypal site but the Order Summary tab on the left hand side of the screen is completely empty. I have tried a few addons that supposedly fix this but none of them appear to work for me. Can anyone please assist me in getting the Order Summary in Paypal to populate the Basket Data from the Checkout page? Many thanks. Chris
  8. When I run my site through pingdom tools it tells me that: The following resources are missing a cache validator. Resources that do not specify a cache validator cannot be refreshed efficiently. Specify a Last-Modified or ETag header to enable cache validation for the following resources: Then it details all the images on the page. Any ideas on how I can resolve this easily for just caching my images and nothing else? Thanks!
  9. I am using the Ultimate URLs contribution and have a issue, I have amended the name of a product and therefore its link has changed from a to b, as seen below: (a) domain.com/great-product-p-12.html (B) domain.com/awesome-product-p-12.html The problem is that I only want (B) domain to work and I want (a) to now go to a 410 page. The reason why I want this is because google is duplicating the page and therefore penalising me for duplicate content. Does anyone know how I can resolve this simply? I dont want to just 410 the page in htaccess as this is a much bigger issue across many products. Any ideas? Thanks, Chris
  10. So I have made some amendments to my seo.class.php and this has meant that all the links have changed on the website the way I want them and they go through okay and function, but the URL that is output is still showing as the old URL without the "great-keyword" text in. Any idea's what I can do to amend this? So while the URL's on the site show as: www.domain.co.uk/category-great-keyword-c-1.html they output in the address bar when landing on the page as: www.domain.co.uk/category-c-1.html Any ideas? Thanks!
  11. Is no one interested in being able to do this? That suprises me... when I change the seoclass and htaccess everything appears okay on the site then I click on a link that appears like below and nothing happens. domain.co.uk/category-great-keyword-c-9.html I then look at my log files and see that its trying to get to the below link: domain.co.uk/category-great-keyword-c-0.html Anybody? :)
  12. I am interested in changing the url format for my category urls, at present they appear something like this: domain.co.uk/category-c-121.html I would like to change it to domain.co.uk/category-great-keyword-c-121.html I would like all categories to have the "Great Keyword" text at the end of the URL... I have tried doing this by updating the seoclass and .htaccess but with no luck. Can anyone advise whether this is indeed possible? If so, how? Thanks!
  13. I have installed the below contrib, and its working... sort of. http://www.oscommerce.com/community/contributions,4082 My problem... (well oscommerce related)... is that instead of appearing like this: http://www.greatdomain.co.uk/my-category/ It appears like this: http://www.greatdomain.co.uk/my-category/index.php/cPath/983 Any ideas on how I can resolve this? Its driving me a little crazy. Thanks!
  14. I really need some help, at the moment I have installed the Ultimate SEO URLs plugin but I dont find the URL's very friendly... for example, my URLs for a product look like this: /hand-bag-p-953.html I would like it to look like this... category/sub-category/hand-bag.html Am I able to do this and if so how can I amend the files to make this work? I have seen it work on this oscommerce store (advertised on the oscommerce site): www.alligator-lederwaren.de/rimowa/limbo.html Thanks!
×
×
  • Create New...