Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

JcMagpie

♥Ambassador
  • Posts

    3,373
  • Joined

  • Last visited

  • Days Won

    198

Everything posted by JcMagpie

  1. There are a couple of addon that export csv but they will probably need updating to work with CE. https://apps.oscommerce.com/ZyAwf&customers-export-list https://apps.oscommerce.com/Hhtd2&export-order-into-csv
  2. No addon required, simply go to PHPAdmin, select your database pick export, select export method custom, select format XML , then pick the tables you need and press go.
  3. You set this up in your paypal account settings, you can use , Auto return the buyer to your website. Instructions on the paypal website. https://developer.paypal.com/docs/classic/admin/checkout-settings/# Auto return the buyer to your website With Auto return for PayPal payments, buyers are not required to click a button to return to your website after they complete their payments with PayPal. Auto Return applies to all PayPal Payments Standards payment buttons, including Buy Now, Shopping Cart, Subscription, and Donate buttons. Auto Return shortens the checkout flow and immediately brings your buyers back to your website upon payment completion. To set up Auto Return, you need to turn it on in your PayPal account profile and enter the return URL that will be used to redirect your buyers back to your site. For more information on how to enable this feature in your PayPal account, see Auto return in the Merchant setup and administration guide. Override the return URL on individual transactions With Auto return turned on in your account profile, you can set the value of the return HTML variable on individual transactions, which overrides the value of the return URL stored in your PayPal account profile. For example, you might want to redirect payers to a URL on your site that is specific to that person, perhaps with a session-id or other transaction-related data included in the URL. To set the return URL for individual transactions, include the return variable in the HTML form: <INPUT TYPE="hidden" NAME="return" value="The-Page-On-Your-Site-To-Which-Buyer-Returns;">
  4. Try this should be close to what your after, https://apps.oscommerce.com/b277x
  5. just tested in http://sandbox.onlinephpfunctions.com/ against 7.2.4 and did not show any compatibility issues!
  6. Everything on the site is available to download from the apps section apart from the cats on index, it's from @burt I think its part of his 28d bundle not sure best to ask him.
  7. Have a look at this test site, it has the same effect just using different add-on, you can see 2 types in the header and a large one in the page body, https://www.tbyb.co.uk/
  8. Very nice addon, your making mine look amateurish
  9. This is not going to be a simple fix. Have seen something like this before when updating an old addon , as stated above it may be due to the “require(basename($PHP_SELF));” Basically “require(basename($PHP_SELF))” is not returning the full path to your file /script. If your script is in "https://www.mysite.com/cat/paypal/root.php?a=dfg" what basename my be returning is root.php?a=dfg and you are losing the directory paths. See here http://us2.php.net/manual/en/function.basename.php Try replacing it with this, “basename($_SERVER['REQUEST_URI'])” This should always return the full path. Will it work for your specific code? Not sure only way to find out is try it with your code. I would recommend testing in a sandbox first and not on your site. http://sandbox.onlinephpfunctions.com/ Without the full code it hard to say but If I’m wrong I'm sure one of the PHP experts will let you know.
  10. Simply edit------- public_html/includes/modules/content/header/templates/jccarousel.php and comment out the following code. <!--<ol class="carousel-indicators"> <li data-target="#myCarousel" data-slide-to="0" class="active"></li> <li data-target="#myCarousel" data-slide-to="1"></li> <li data-target="#myCarousel" data-slide-to="2"></li> </ol>--> tested on my site and works fine. They do look better without them. https://tbyb.co.uk/
  11. Nice addon had a look and I hope you don't mind but I thought it would be a good idea to add the manufactures logo to this and make that a link as well as I think customers will be more likely to try and press the image. If your happy to you can update the addon, I have attached the updated zip files. Manufacturer Name and image Link In Product Info Content V1.1 - 2.3.4.1 CE.zip
  12. This should work. You can have 3 images fading in and out. Can be placed on Product info pages like any other item on the page. Just set up in admin as you would any other part of the modular product info page. Its a responsive container so will change to match the image shape, however best to keep all 3 images the same. V1.0 Product_Info Carousel v2.3.4.1 CE
  13. GDPR (General Data Protection Regulation) and age verification are 2 separate issues. GDPR is now mandatory on all EU. Age verification will be different for each member state and any other country. Age vilification is dependent on if you sell restricted goods.
  14. You can do this outside osC, all depends on what email capability you have available on your server. Many now have a autoresponder. Check your control panel and see if its available. So the if say your email is [email protected] you set up the autoresonder just for that email then when a customer sends you email they will get a automatic response. Its quite easy to set up if you have it.
  15. Happy to give some time to help with this. let me know when you have somthing and I can help with testing on a couple of my test sites.
  16. I have no idea what you are ranting on about, but if you can not be civil don't say anything. Have a good evening :)
  17. I think you just like the sound of your own voice! With an atitude like yours Im sure you have made your milions and are living a cool life.
  18. I can see you dont like other opions but no need to call others stupid.
  19. In the old days of DOS we use to do this using .bat files to make instalation idiot proof :) I know was a long time ago.
  20. I'm not sure I follow! If people follow the new rules of no core changes then any instaler is simply a script to read a file that states where each file has to be copied to. Or am i missing some thing?
  21. I see this has been done before! why was it abandoned? https://apps.oscommerce.com/QHfME&epit-easy-plugin-install-tool-for-oscom
  22. If you realy think its needed and get good support for it then Im happy to help.
  23. :) me too but to be ho :) Me too very lazy! To be honest is the 15years I have been using osc I have never had more that 15-20 addon ever and of those I think I actually use about 12, so for me its never being an issue. But I see from another discussion going on that some people have over 70 addons and for that I can understand it being a good idea. But then me personally would lokk to remove as meany addons as possible.
  24. Mine is just an opinion, eople are free to mak any adoon they wish. However from my experiance addons as as easy to install now as they have ever been. But your right if people want a click and install why not.
×
×
  • Create New...