Jump to content

Noodleman

Member
  • Posts

    728
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by Noodleman

  1. https://github.com/cubecart/v6/commit/36b55168f7f55331ecc6e62cd24dc49c0ad48e5f
  2. Impliment the code changes I came up with in this GitHub ticket, it will solve the issue with customers being able to overwrite the orders. Are there any other reasons this is or could cause you a problem? https://github.com/cubecart/v6/issues/1012
  3. It would be nice to see this as an option within the PayPal module. "Disable standard checkout button" which controls the value of the DISABLE_CHECKOUT_BUTTON variable. I've used a similar thing in some of my modules and custom modules for other customers, quite simple to do.
  4. in my case I simply had to rename the files to use a hypen instead of an underscore. For example, rename "en_GB.xml" to be "en-GB.xml". worth testing, "just in case"
  5. the other issue I ran into was with the language XML files being named incorrectly in the languages directory. Validate the file names of the XML files within your installed language packs. Cross reference here: https://github.com/cubecart/v6/issues/1230
  6. disable all of your plugins and validate if you still see the issue. I've seen this oddity happen when a module may not have a valid language file. it gets reset after an upgrade for some reason. It might not be that at all, but worth checking first
  7. can't log into admin? per chance are you using Chrome? If so, try IE, Edge or Firefox and see if you can login to the admin area. Do you get an error message? It could be the cookie domain is invalid or wrong, which I've seen cause this issue before. You can check it in store settings once you are logged into the admin area.
  8. I think you have a redirect issue. on my test store when I change language I get a "302 found" status and redirected accordingly. on your site I get a " 302 Moved Temporarily" status and redirected back to the homepage. It may be nothing, but I would certainly try deleting (or renaming) your .htaccess file in the root of your store, let it rebuild itself when a page next loads and see if you still have the issue. If nothing changes, you can put the renamed file back and the theory can be ruled out. Please also check your web server error log and also the CubeCart error log, it's possible there is some message being raised which may be a clue. I've also seen it not work if a module doesn't have a language XML file, using FTP, go through all of your installed modules and validate that they have a module.definitions.xml file in the language directory. check shipping modules, gateways and plugins found in /modules/.
  9. I would love to clean up these kind of changes when a module is removed, but currently it isn't possible. I've had a feature request open for it for 15 months. https://github.com/cubecart/v6/issues/701
  10. Good Morning, You can contact me in several ways. Firstly, directly via messages on this forum. You can also reach me via my support portal which is found at https://www.noodleman.co.uk/support I am also avaialble via Skype, although normally on request as I have several hundred skype contacts so it can get a little loud,... I typically suggest Skype if we need to chat about some details for a project. It's much quicker than typing messages back and forth
  11. It's added by my abandoned carts plugin to track if an order was placed after a customer clicked a link in the email they were sent. It's purely used for statistics as seen within the plugin via the charts. It's 100% safe
  12. I do have a file uploads module, however it's designed to allow files to be attachd along side products being purchased rather than the contact form. It's already got all the elements that a file upload feature on the contract form would require so I will consider adding this in a future release of the module.
  13. Correct. The price tiers module applies a discount at the checkout stage so the customers will all see the same prices, and those who are entitled to the discount have that applied against their basket total.
  14. The video may be a little outdated, most videos I made are of the initial version of the module so won't include any new features added since then. for your use, you will need to create your customer groups, for example "10% off", then create a new price tier for that customer group which a price of 0.01, and a discount of 10%. Any time a customer who is a member of the 10% customer group spends 0.01 or more, the 10% discount will kick in. you can create as many groups as required and then it's a case of managing the customers group memberships.
  15. If you need a hand setting up the module to best suit your needs please let me know. You can test out the module using a 7 day demo period to ensure it delivers what you require before commiting to spending any money on it
  16. Are you checking the source code of the page? Meta information isn't visible as it's intended to be read by engines.
  17. the price of the product for you to purchase from your supplier, IE the "cost" to you.
  18. the price tiers module allows you to do this via customer groups and group level discounts.
  19. looks like the image is too wide and the CSS isn't applying a max-width to prevent it from doing what your seeing.
  20. edit your home page document via the admin area, then put it into source mode and you can change the links to the images in there
  21. I had a look for Shawn, the PHP version was upgraded from 5.4 to 5.6 and then ionCube loaders were installed. The modules were then installed and available for testing/validation.
  22. Depending on how quickly you require the functionality, I can produce you a custom plugin that will give you the ability to exclude "discounts" from sale items, I would have to look into the specifics, but it's probably no more than an hour to an hour and a halfs worth of work.
×
×
  • Create New...