I am new to prestashop. 2 days before i installed prestashop Version 1.6.1.6 in my localhost. But now i forgot its admin panel URL. Is there any way to find out the URL. Any one please help me.
View the folder where you installed prestashop and from there you can see all the folders.
Default rename the admin folder with admin plus 4 random numbers, ess admin1234.
If you customized the directory differently compare your folders with the default ones.
By default there are:
Adapter, cache, classes, config, controllers, Core, css, docs, download, img, js, localization, log, mails, modules, override, pdf, themes, tools, translation, upload and webservice.
the remainder is the folder admin.
if you want to know the url of admin page from where you can manage your products
Just go to the "administration" (e.g 127.0.0.1/administration) page
You can also check the installation directory for admin or administration folder
If you find any folder named admin or administration then type same name after the hostname of your website.
Now you will reach to login page if you found admin page of the Prestashop.
Then type the email address and password you provided while installing the Prestashop.
Related
how to authincate dropbox login into a website then make the user choose files to import.
I have Dropbox Javascript SDK. I just wanna know what kind of options available to do that.
I'm thinking of
1- authenticate the account dropbox of the user and when he selects the folder to import someway I download the folder into the website's host
2- The user share the link of the folder and then I download it with Curl into the host
3- Or can I share a folder and preview the content of this folder into the website
Overall the biggest concern is to save duplicates Uploads.
What are options to do such a thing using JS SDK or PHP.
In Craft 3 Pro i need to download a PDF file that a template form submits to active user profile.
The PDF submits from the front and goes to the admin area under the user account profile.
The problem is that in the user account profile i can see the PDF but cannot download it or even preview it (shows a white thumbnail image with PDF written).
The only way i find to download the pdf is going to the assets section and find it among the other file assets. I do not want this.
Is there a way of adding a download button, or click in the pdf preview to download the pdf, in the user account profile in craft 3 admin backoffice?
Well, the only i way i found to solve this was to made my custom plugin for craft 3 CP.
I build my template scafold here:
https://pluginfactory.io/
Then installed it via composer and started coding to achieve what i want.
Job done.
I am trying to download (backup) images that customers upload for products that take custom logos (these are typically JPG, PNG, PDF, etc.) These customer files are downloadable by clicking on a hyperlink in the BigCommerce admin page for the order in question. The link is not a link to the image path but instead, a link to a service that sends the file to the browser. In other words, you have to be authenticated into the admin site to download the file. The URL looks like this:
https://mystore.com/internalapi/v1/orders/383945/products/251438/attributes/561518/download
https://mystore.com/internalapi/v1/orders/{order id}/products/{lineItem id}/attributes/{option id}/download
These are easily constructed in the API itself for a given order. If I use the link in a browser tab while I'm logged into the admin site, the file downloads.
But what I am trying to write an app to automatically download all the files (there are thousands). When I try to use this URL in an app, I get a authentication error. I tried at first using my regular API credentials but then used the credentials to log into the admin site. Both give me an authentication error.
I could not find anything documented on this so-called "internalapi." Anyone ever try to use this "internal" API that is used by the admin site?
I believe authentication is cookie based for that internal API, but there could be problems with using our non-publicly documented internal APIs in production, i.e. we may make future updates that would be breaking changes.
Images attached to orders through a file upload option also get copied to WebDAV, in the dav/product_images/configured_products folder. Another way to do this could be to use a WebDAV client library like easywebdav to connect and download the files.
When i log in with my admin credentials on the frontend on Joomla, i see a nice edit icon on all of my pages. But when i only login as administrator in the backend, i dont see that nice edit icons (I can only edit through the article manager). I have to login (again) on the website itself.
Is it possible that when i log in in the backend to see those icons?
Not unless there is a plugin out there somewhere. It's by design....the nice icons are there for the convenience of non-technical/non-administrators. The backend generally exists for altogether different reasons (config, setup, etc.), so it's not geared towards the author/editor type of user.
When publishing is activated on a web, a new "Navigation" link is displayed on the site settings page (which points to _layouts/AreaNavigationSettings.aspx).
I want to change the permission levels which dictate whether this link is visible on the page, however I can't find the CustomAction which installs this link.
Does anyone know which XML file in which feature this is defined in?
It is obvious that this is an out of the box feature, so you can't modify it without invalidating your support :/
What you could do is build your own feature and use a feature with CustomActions to remove and replace the links to the current page with links to the new page you're creating.