Jump to content

Noodleman

Member
  • Posts

    728
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by Noodleman

  1. This can be caused by the IonCube encoded version, php 7 requires the newest ioncube loaders and the module to be encoded using IonCube for PHP 5.6 with the latest encoders. It's for this reason I offer two downloads for all my modules, those for PHP 5.6 and above, and 5.5 and below.
  2. There isn't a manual or any detailed documentation. your best bet is to review the knowledgebase, videos and this forum. https://support.cubecart.com/Knowledgebase/List https://vimeo.com/cubecart It sounds like you want to make some changes to your store template. you need to download your store theme and edit it directly. the theme is found in the /skins/<your skin> directory of your web server, within it you will find your template files. Start with main.php and work from there
  3. I assume you don't have IonCube installed which might be why you see the issue. rename or delete the module using FTP, it's found in /modules/plugins/ directory. once removed your store is back to being available and the root cause can be identified and fixed.
  4. What features do you want from the API? What level of integration are you looking for?
  5. you may want to try reaching out to CubeCart directly via the support services. It's possible they would be willing to rework the module for you.
  6. Hi Henry, can you open a support ticket via my support portal, https://www.noodleman.co.uk/support As I said a few days ago, I won't be able to start this for a while as I've other items to wrap up for people first. We can iron out the details via the support ticket. It's likely I won't be able to consider starting this for at least a month
  7. @Al Brookbanks, any thoughts on this topic? If I had a category which had an SEO URL of test.html (cat_id 1), and I wanted to add some additional URL parameters, &a=1&b=2, making the URL test.html?a=1&b=2 How can I build a new SEO URl which contains those paramarters, for example test-with-parameters.html using hooks? Many thanks,
  8. I can probably do it in an hour or two, so would estimate £25 - £50 range. However, I wouldn't be able to start it for a while as I've got a backlog of other items that I must finish first.
  9. Ok, so you want to use product code prefixes, not a product with the actual product code "FG" or "SW". It can probably be done using a modified version of the All in One shipping module. There might be an off the shelf module out there which will do this, but I can't think of any off the top of my head.
  10. you could probably use this: https://www.cubecart.com/extensions/shipping-methods/link-cubecart-products-to-specific-shipping-services-/-modules Would need a more detailed example to review to confirm
  11. any errors in the CubeCart error log?
  12. The product SEO urls themselves are the same as normal. It's category views that I am interested in. for examle products.html?a=1 could return 20 products, but products.html?a=2 could return 10 totally different products there's typically a 1-1 relationship between an SEO URL and ab object (Product/category/document), what I need is a 1-1 relationship between the SEO URL and the category + parameters, which has to be dynamically mapped. the SEO URL's themselves are dynamiclly generated. I've found no way to make this work yet.
  13. I don't think it's a bug since there isn't anything to clean it up at the moment, so it would be an improvement. https://github.com/cubecart/v6/issues/1569
  14. My turn to ask for advice. I've several in work modules which provide new URL's to the store front, the problem is I am struggeling to figure out how I should correctly be managing the SEO URL's through a module using hooks. Here is a made up example of the problem and what I need to solve. Normally cubecart uses categories as buckets for products. I've thrown this concept out of the window recently and started to use filters against a single pile of products. IE, here's 1000 products in a pile with detailed meta data. you can use dynamically built filters based on meta data to only show you the products you are interested in. The results of those applied filters is your list of products in a category view. every unique combination of filters has it's own URL which is using URL parameters. These are 100% dynamically built. For example: /products.html?filter_conditions[Product][]=172&filter_conditions[COLOUR][]=109 products.html is the actual cubecart category within which all of my products live, the additional parameters are filter conditions based on meta data. What I would like is dynamically built SEO URL's which include the parameters. so the URL above would become (for example) /noodles-red-shoes.html. So, I guess my question is, how can I get my dynamically created custom SEO URLs to map to the URL I want to use including parameters, dynamically? (There are over 50,000 custom URL's in my dev store using this at the moment, so manually mapping isn't an option). I tried playing aroud with custom URLs but I wasn't able to figure it out.
  15. It doesn't sound like you've had a great experience. It saddens me when I hear of stories like this. It's actually one of the reasons I use a different model for custom work. I always submit invoices after work has been completed, or at milestones along a project journey. I like to think it helps build a better relationship with the people I work with, and also if I was to totally screw something up I would fully expect the customer to withold payment until it's fixed (not that I have ever had this happen). I hope you get either what you've paid for or a refund for the services you never received.
  16. you want to fix your store errors/issues before ever doing an update, unless you know the root cause of your issues is a bug fixed within the update. It sounds like you just have some server differences which need to be addressed, but without you doing a review of your errors logs you won't know what actions to take. Validate your directory permissions, ensure they are correct. They probably are as they get checked by the installer/upgrader. Clear all your cached objects, disable all plugins/modules and check if the store is misbehaving. you need to be reviewing your SERVER error log and pulling out the errors.
  17. Sounds like the upgrade had issues, I would restore your V5 backup and re-run the upgrade process.
  18. Morning, This is something I can help with. Some of the items in your lilst of modules I've already got solutions for as commercial modules. Can you open a ticket via https://www.noodleman.co.uk/support please provide the details, do you need a new theme? want the old theme ported etc. A definitive list of custom changes to your store is also helpful (if you have it ). I can then provide you with an estimate of time, and thus cost.
  19. I've seen this happen if you have an invalid / broken or missing language file for ANY installed module. Just one will break the entire system. Can you list all of the modules you have installed? It might be one I am already aware of
  20. this will almost certainly be a server memory fault as the "key file" is the index on the table, which is typically stored in the DB memory for rapid reads. You realllllllllllllllllllly need your hosting provider to health check your server...
  21. it could also be a sign that your server has some issues. memory problems or failing HDD's can cause corruptions as well. You should raise this as a concern with your hosting company
  22. Sure, no problem. I thought this mightbe useful
  23. You need to ask your supplied what the API-Key is for. An API key is like a password which allows access to remote systems. What system are they giving you access to?
  24. that still requires a file edit though, which most people either don't want to do or are fearful of doing. If it can be read from a PHP file as a constant, then there's no reason it can't be derrived from config?
  25. It would be nice to make this limit easier to change/configure. For customer who have a dedicated server, VPS or decent hosting package then a higher limit is normally not a problem. If this could be a configurable via the store settings it would remove the need for this change as part of an update for quite a lot of stores. If it breaks for somebody, they can easily reduce the setting to something more applicable to their environment and it could default to the current 350Kb limit. DOH, I forgot I already requested it https://github.com/cubecart/v6/issues/712
×
×
  • Create New...