Jump to content

Noodleman

Member
  • Posts

    728
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by Noodleman

  1. Deny from all will not be removed for security reasons. The cron job is designed to run as being called directly, not via wget. The module is not designed to expose the start of the job to the internet. There should be no requirement, or need to ever call a cron job via wget.
  2. if your tech savvy you may want to think about a module or code snippit to sync the tax rules between groups, unless the intention is different tax per group. It's something I setup for most customers of the EU VAT module because everybody always remembers to change the retail price/tax, but never the other groups.
  3. check if your test customer is a member of any groups, if so you probably need to assign the right tax class to that customer group at the product level. Each customer group has it's own pricing/tax class definition at the product level. it's usually the issue.
  4. it should work just fine, are you using customer groups and have you configured those products with the zero rate tax class?
  5. I've used that strategy a number of times as the earlier versions of foundation don't have many JS features
  6. if you no code, you can embed some hidden div's with unique ID's and assign the foundation "show-for" classes. then access it by ID in JS to see if it's active.. if it is you can trigger an event.
  7. you have debug mode enabled in your store settings. you can turn it off "Store Settings -> Advanced"
  8. send a link so we can see. it's probably just a script issue
  9. You can use the related products module or product add-ons module. Related Products: https://www.cubecart.com/extensions/plugins/related-products-manual-automated-recommendations Product Addons: https://www.cubecart.com/extensions/plugins/product-addons-easily-purchase-related-products
  10. create product options, then assign them to your products. create a list, add the options to that list, assign to product if you want variations to have unique SKU's you can add to the option matrix.
  11. API integrations are my specialist area, I've even developed an API for CubeCart 5 and 6. I'm pretty rammed with other projects at the moment, but can certainly add something in my queue depending on what you need?
  12. Do you use customer groups? check group pricing, typically this is the cause. Probably only updated the Retail Price rather than all prices at the time of revision.
  13. try a clean install to a new DB, then query both DB's listing all tables/columns.. left join the results, match on table name / column name.. and look for anything non matching (where something = NULL). you can use the same strategy for index comparisons as well. Takes a bit of time to setup, but works. there's probably an easier way. Could be useful to have a DB health check tool for CubeCart.. I may write one at some point, along with the other billions of things on the pending list. What's the behaviour?
  14. There is also this extension: https://www.cubecart.com/extensions/plugins/minimum-order-values-plugin
  15. Happen all the time.. ignore it. The DB indexes prevent duplicates.
  16. Depends on how much memory your server is allocated
  17. probably large images which can't be cached/processed due to your server running out of memory. upload web optimised images. typically you'll find an "out of memory" error in the log. The other reason, you uploaded thousands of images and it can't process them all before hitting a server timeout. just keep refreshing the screen, it'll get them all over a few minutes. if it doesn't your looking at the memory error described above.
  18. if you are using CubeCart 6.2 and foundation theme, put the new min feature into debug mode. {combine input=$css_input output='cache/css.{$SKIN_FOLDER}.css' age='604800' debug=false} {combine input=$css_input output='cache/css.{$SKIN_FOLDER}.css' age='604800' debug=true}
  19. retry on 6.2, beta is for testing only. I think it's resolved in the main release.
  20. This isn't something I would combine into a single module. both modules can work together
  21. totally understand. it's not the cheapest module out there but it reflects the amount of work that went into it's production. I hope you find what you're looking for.
  22. The filters module is very powerful, you could even use it to dynamically build your store menu based on your inventory. you could also do category by category filtering if you wish. It fully supports SEO URL's for filter combinations as well. for example, have a category "DVD", and then within that category the customer can filter on only those movie types of interest. You can see an example of it here: https://www.doorsandfloors.co.uk/ Using Dynamic Menu, SEO URLs and dynamic filtering content. The example site uses the needle in the haystack model, where by all inventory is in a single common category and the filters help drive the customer to the content they want.
  23. That would be an ideal candidate for Product Filters https://www.cubecart.com/extensions/plugins/product-filters-filter-categories-and-build-menus-dynamically-using-product-metadata
×
×
  • Create New...