Jump to content

Noodleman

Member
  • Posts

    728
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by Noodleman

  1. this also does what you need https://www.noodleman.co.uk/related-products-automated-recommendations.html
  2. Have you tried asking the developer for support?
  3. which price list module/mod are you using?
  4. I don't think this needs a plugin in all honesty, if it's as simple as you've outlined it simply requires users to make a single skin change in main.php and then include the div in their document via the source mode. It's a 20 second change to the skin
  5. My custom order status module also supports this.
  6. I tend to just use it as a reference file of all the available hooks you can use..
  7. I have fixed this for some of my other customers in the past, I simply make it look at the options, find the cheapest and use that as the display price. It does require some changes to the class files to make it work correctly. If you get really stuck I can probably help you out with it
  8. this module solves the issue with costs of matrix items and provides linked reports for price/cost analysis. https://www.cubecart.com/extensions/plugins/stock-values-matrix-cost-price-live-analysis-of-your-inventory-values See also: https://github.com/cubecart/v6/issues/1094 and https://github.com/cubecart/v6/issues/1068
  9. Payments, no. but Point Of Sale via the Quickbooks connector, yes.. If the payment gateway doesn't already exist then it would need to be developed. This would require hiring a CubeCart developer unless you happen to be a developer
  10. Thanks Brian, I can confirm that it wil do what you want, although I do recommend reading the detailed information within the Install Guide tab (found in the module) for this module as it does have some strict usage guidelines.
  11. Noodleman

    Error ..

    It's a server side configuration, so the open_basedir needs to be configured correctly for your site. Or, you can override the sessions config and place it within a directory in your store. If you have this issue the cart normally tells you and provides instructions on how to set that up.
  12. I can certainly add a report to the Advanced reports module to meet your criteria, which will only be visible if the stock levels module is installed. Currently it only gives you on hand stock values based on quantity in stock and cost. I just need to know what columns you would want to see in the report.
  13. I can certainly add a report to the Advanced reports module that will use the data added by the Stock Values plugin. If you find you need specific reports which are not available, simply let me know what ones you need and I will do my best to add them
  14. This will do what you want: https://www.cubecart.com/extensions/plugins/stock-values-matrix-cost-price-live-analysis-of-your-inventory-values
  15. this can also be caused by the order overwrite bugs....
  16. turning off cache for a store of this size would be a bad idea without a well optimized, well performing database.
  17. with a store of that size, move away from shared hosting. If you are tech savvy, get yourself a VPS where you can give yourself the resources your store requires, otherwise look for dedicated server hosting. Selecting "All" with that many isn't a surprise it will cause an issue, I am surprised that it didn't actually crash your browser as for reducing memory, hard to say without knowing what is using memory. commonly images being built by the cache system chews most memory, although any poorly written modules or mods can cause spikes as well. in your example, what you asked your server to do would have generated a lot of processing on objects in memory, so isn't a surprise you hit a cap.
  18. this can also happen, quite easily if you manually edit an order once it's placed, or manually add an order.
  19. I actually just wrote a solution similar to this for another one of my customers, however for their store they wanted to prevent items being sent in the google feed based on the category. If you need a commercial solution to this issue, I am happy to help. I can produce a way for you to toggle these items on/off in your feed. I would also recommend looking at the Havenswift google feed module as it's vastly better than the free one. @havenswift-hosting, it might be nice to add the product exclusion to your module as a new feature?
  20. no, they don't need to be the same. You can update the DB details in the /includes/globals.inc.php file with the new DB details once you've moved to your new host.
  21. I have not been able to reproduce the issue. I've tested against both the Ebay test and live servers. When I define the EAN as "Does Not Apply" it passes validation and allows me to list the item on Ebay I've tested using a test product, with variations disabled. The EAN Code is set as "Does Not Apply" within the product. If I remove the "Does Not Apply" value, it fails validation due to it being missing. I would need to take a look at your store / configuration to be able to better understand why it isn't behaving for you, so to look at this further I will need you to open a support ticket and share temporary access details for your store admin area. It would be useful to know if you are using business profiles, if you have options configured for the product in CubeCart, and if those options are within the matrix. If you have options in CubeCart, do you have variations disabled for the product? Check you don't have any white space (spaces) before, or after your EAN number, it's possible that's throwing off the data. Which Ebay site are you listing your goods on? Cheers, Alec.
  22. can you confirm the Ebay Category you are trying to list the item in? (Some categories carry different requrements than others)
  23. I will try and reproduce it on my test server and take a look. Can you confirm if you are using a variation listing, or standard listing?
  24. You can enter the " Does not apply" value in the actual EAN field of the CubeCart product itself. I would need to take a look at the issue you've mentioned with EAN field, I've not seen it misbehave on other sites so think there may be something off with the data. If you can drop me a note with your phone number, perhaps we can walk through it and I can get a better feel for how the module would need to be setup for your business and make some recommendations.
×
×
  • Create New...