Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
Author « Topic »  

bdham
Advanced Member

USA
308 Posts

Pre-sales questions only
(More Details...)

Posted - 09/05/2021 :  09:17:17  
Hi,

I want to download some inventory products and add the URL to the rows. I have Navicat MySQL app but I cannot seem to find the URL pointers in the database. Can anyone help me find them?

Thanks,
Brad

dbdave
ECT Moderator

USA
10468 Posts

Posted - 09/05/2021 :  09:21:26  
Are you looking to create static pages? That's the only reason you would want to fill in the URL column really.
When you download the file, all of the available columns should be in the csv file.
Have you taken a look?

Thanks,
David

bdham
Advanced Member

USA
308 Posts

Pre-sales questions only
(More Details...)

Posted - 09/05/2021 :  10:05:38  
Hi David,

Not static pages. I want to take some inventory products and upload to Amazon via their upload file. The person doing the work needs a URL to get more information to populate the spreadsheet.

It's just for reference instead of having to manually insert a URL for each row.

John M
Advanced Member

459 Posts

Pre-sales questions only
(More Details...)

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
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000