You are required to register before you can post. This is via a custom verification system. Please post any problems you are encountering here and I`ll do my best to respond as soon as I can. Please note that a reply WILL be posted to all queries, so do not double post. There are no guarantees
when a reply will appear but I do my best to answer all within 3/4 days max. Bumping topics won`t make the slightest difference.
IMPORTANT: Posts in English ONLY please, thank you! Any other languages will be ignored and your message deleted.
SEARCH: Use the search option to see if your question has been answered on the forum before. Or check the relevant script docs.
CUSTOMER: If you have purchased a commercial version of any of my software, using the contact option at the licence centre ensures a faster response.
AUTO DELETION: Accounts older than 5 days, with no posts or topics, are automatically deleted. Only register if you are thinking of posting.
PRIVATE MESSAGES: Private messages are currently disabled.
LINKS: Any links posted are 'NOFOLLOW' and will not be picked up by search engines.
You are not logged in.
Pages: 1
This is the greatest shopping cart I have seen and without a doubt certainly the cheapest..in this case cheapest is the best lol
I am trying to load a photo to a new product however it does not add the photo after select and click.
I have the photo on local and also uploaded vis ftp to the server .
/public_html/mydomain/store/templates/products/
I have read the past info on the forum and replaced the error to E_ALL but still nothing.
Is it because I have not purchased a licence yet?
Offline
This is the greatest shopping cart I have seen and without a doubt certainly the cheapest..in this case cheapest is the best lol
Thank you very much. ![]()
I am trying to load a photo to a new product however it does not add the photo after select and click.
I have the photo on local and also uploaded vis ftp to the server .
/public_html/mydomain/store/templates/products/
I have read the past info on the forum and replaced the error to E_ALL but still nothing.
Is it because I have not purchased a licence yet?
No, it should work just fine. Are you sure permissions and paths are correct?
Offline
I did not have the correct paths.., found this in Forum
For all other users looking for this answer.
Create a file called path.php and add below code in it
<?php
echo $_SERVER['DOCUMENT_ROOT'];
?>
Upload this file to your server-folder and call the file path.php (http://mydomain.tld/folder-name/path.php)
Now you`ll see your full server path, add that path to your admin-settings.
Worked well...thank you again
Offline
I did not have the correct paths.., found this in Forum
For all other users looking for this answer.
Create a file called path.php and add below code in it
<?php
echo $_SERVER['DOCUMENT_ROOT'];
?>
Upload this file to your server-folder and call the file path.php ([url]http://mydomain.tld/folder-name/path.php[/url])
Now you`ll see your full server path, add that path to your admin-settings.
Worked well...thank you again
No problem, glad it worked. The installer should calculate the correct path, so strange how it didn`t work. Or did you change it?
Offline
Pages: 1