Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Tagged: product title
Hi,
When Symbiostock processes an uploaded file, the product title matches the file name.
Would it be possible to remove – & _ from the file name, to make the product title more human friendly from the get go?
Thank you.
If there is no metadata title found, it relays the exact filename as the title. This is done so that people can identify the uploaded file easier, and is not likely to change in the future.
If you want to manually change this, you would have to go into the tools-ftp file and alter it appropriately. As the title can be stored both in metadata as the filename automatically, and sometimes not, it isn’t a one line change. You can submit a support request if you’d like us to do it.
Otherwise you could globally alter the title used to create the product, whether it is from metadata or not, by changing the $title variable before this line:
$post_id = ss_create_product($title,$description,$keywords,$fileloc);
in tools-ftp.php
You must be logged in to reply to this topic.