Posted - 09/05/2021 : 10:53:48
The URL is dynamic and generated from the either the pID or the pName depending on your config choices in the includes file.
You need to be aware of these parameters which may or may not be part of the URL:
$orstoreurlssl $usepnamefordetaillinks $seodetailurls $detlinkspacechar $seoprodurlpattern
If you have [green]already set a static url for every product [/green] then it should be part of the download unless you are on an old version before it came about.
If that is the case the you can add this to the includes file:
[red]$customcolumnlist=',pStaticURL';[/red]
Then in the dumporders.php where it says: [blue]$columnlist.=',pLongDescription';[/blue]
Add a line just below it with this : [red]$columnlist.=$customcolumnlist;[/red]
That way you can add any column (or columns) of your choice from the products table to the download, which is a nice feature and something we do anyway.
John
|