-
Posts
276 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Gallery
Downloads
Articles
Store
Blogs
Everything posted by Mark
-
I'd be keen on seeing improvements in two key areas 1/ Themes... (ongoing I know) 2/ Warehousing... Current advanced warehouse could be simpler and more robust removing unnecessary complication for simple things, but at the same time with more advanced function for higher complexity Multi vendor- my thoughts are that this is pretty advanced stuff and not really for core function. There's modules on the Prestashop marketplace to deal with this, it certainly should be paid for. 3/ The menu could be a bit smarter and more logical, quite often tricky finding things... easy to do.
-
Hi where's the place to decode the encrypted Server 500 error messages again?
Mark replied to Mark's question in Technical help
Perfect thanks -
Module gone, problem gone... Thanks @datakick am now on bleeding edge
-
-
-
Ok should I manually delete the column then? (Or some other manual intervention?) And presume that when I upgrade back to bleeding edge, the column will be added back?
-
Yep I get that. I guess the column being there won't matter anyway if no 1.3 code refers to it...? The only thing I can see that looks odd is this. Previously TLS has been fine.... Happy to hunt for clues just need few hints. I saw that @x97wehnerhad listed this in GitHub so I presumed I was not alone
-
-
I was doing a few things like updating CMS, blogs, social feeds (note telegram, Reddit and a few others are missing) when suddenly... Boom!! All my product pages became inaccessible with a 500:error. Grrrrrr! No idea what caused it but its crucial. Had not long before that upgraded to latest bleeding edge not sure if that's why. Roll back to stable solved problem, but this appears to be major flag , not yet resolved or even allocated in GitHub but has been reported by @x97wehner. Bleeding edge should really not be enabled @datakick, roll to stable instead
-
Thanks so much mate I really appreciate you taking that time to do that. I've now disabled the module that I must have accidentally enabled ... the native thirty bees module "Customer Reassurance" and doing so has fixed the problem. Also thanks to @haylauwWho also identified the problem @datakickpthis native module is causing conflicts with the Niara theme as above, the only solution is to disable it.
-
I block every country except my own via Cloudflare, allowing only Google and Facebook.
-
It may have been a troublesome module which created display issues. I've since removed it, but this remains. I never directly alter code myself @haylauso something has completely removed the Niara footer. I know there's a magic button somewhere from previous experience. Pushing it resolves everything, but damned if I can remember where it is!
-
Yes for sure. It won't be public access, it'll be authenticated for invited users. And no data will go directly to the website, it'll go through several layers of automated checks and real person checks before being approved to go to the website itself
-
For some as yet unknown reason I've lost all my Footer info and layout and it's been replaced with this unfortunate mess. I know there's a magic button somewhere to fix this as I've seen this scene once before but I can't find the solution after about an hour's searching. Can someone put me out of my website's misery and tell me where this button is?! Thanks.
-
I'm thinking of multiple scenarios that involve data input but primarily where other businesses can add their products.
-
Hmmm sounds like quite an undertaking! I'm looking for something that will process by the same rules as the website but go past admin first for approval before being actually processed. There's probably a module somewhere that I could use, but external to the site is what I'm after. I guess I was looking to see who's tried this and knew what traps to be careful of. I'm hopeful that processing this via @datakickmmodule, XML, will be the way to go but Google sheets doesn't do XML natively so I was fishing about to see if there was some clever plan someone had, otherwise I'll probably use a 3rd party XML plug in. To get it to datakick module. Your code sounds proprietary so it's just tips I'd be after.
-
Has anyone tried creating an external import site, where others can enter information and pictures thats uploaded via xml to the website? Something like Google Sheets/ Forms. (via a 3rd party as Sheets doesn't natively support XML export) Any tips/experiences? I'm considering doing this using the Datakick module.
-
Exporting all details from all orders using SQL
Mark replied to Minimonkay's topic in Tips and Tricks
Hopefully at some point @datakick will add it to his module as I use the Datakick module for everything and not the db directly. He's estimated to me it involves a couple hours work to do it.With at least a couple of us wanting it , it may yet make it on the the list 🙂 -
Exporting all details from all orders using SQL
Mark replied to Minimonkay's topic in Tips and Tricks
Great thanks, Within the datakick module or just using by using db directly? -
Exporting all details from all orders using SQL
Mark replied to Minimonkay's topic in Tips and Tricks
The customer data isn't in any datasets, I too would love to see this, particularly notes also, in a dataset. -
Exporting all details from all orders using SQL
Mark replied to Minimonkay's topic in Tips and Tricks
Yes the getdatakick module is essential for all data management really, importing, exporting, mass updates, reporting, 3rd party integrations, Without it you could only run a limited website. -
Allowing 3rd party access to download product images
Mark replied to Mark's question in Technical help
I've been told it's cloudflare controlling this, its one of the many features in that. I'm getting round to understanding exactly which feature it is and whether they can do exceptions via the API etc. When I've got to the bottom of this I'll post up here what I found it's quite a good feature to know about. -
Allowing 3rd party access to download product images
Mark replied to Mark's question in Technical help
Its very strange then if TB isnt operating a script to prevent image download... It may be a cloudflare setting preventing image download.... however to date Ive not found it. (tried hotlink protection off) -
In setting up 3rd party access to my site's data, I supply a url to the image on the website, which I want them to download and sync to their server. However, to prevent "the internet" from downloading images, TB seems to prevent this... which is good. Is there an easy (no coding adjustments, just UI ) way by which we can permit some IP's to access and download the images?