Have I missed something? I've been through the docs and worked through this thread, but cannot find how to import metatag data?
What is the correct Mapping to get these old EasyPopulate fields into Zen Cart via DBIO:
v_metatags_title_1
v_metatags_keywords_1
v_metatags_description_1
I can export the existing metatags but couldn't see how to import
Thanks in advance
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
There's a built-in customized Products export that will export the current products and their metatags for review/update.
Thanks for the quick reply and yes ... but that only includes the product id, model and the various metatag statuses - not the content of the title, keywords and description fields that are stored in the metatags tables. Do we need to customise further?
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
Thanks Cindy. The client has v155....I'll recommend he upgrades.
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
Regarding product categories
Previously
https://www.zen-cart.com/showthread....09#post1336509
So the fieldIf you're asking how to create "linked products" ... you simply have a Products import that duplicates the product's definition, once for each linked category. The final record for the product will contain the category "path" to the product's master-category.
is always additive?
v_categories_name
If a product already has multiple links and I want to delete those links so only the master category remains in p2c table...?
Is there a way with an import, or I should just use sql?
I would have thought a product should have a column for the master category and another column for additional categories (containing multiple categories) which would replace any already defined...so if empty, remove those defined...?
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...
@torvista, I'll revisit the products/categories options for a Products import ... as tracked via this GitHub issue: https://github.com/lat9/dbio/issues/178
Last edited by lat9; 20 Sep 2020 at 12:23 PM. Reason: Added GitHub issue number
There's an update now available for pre-release testing of v1.6.4 on the DbIo GitHub repository. That release will contain corrections for a couple of issues as well as a change to address this request.
Starting with v1.6.4, the Products import supports an UNLINK 'v_dbio_command' that works in conjunction with the 'v_categories_name' field. Just include the product's ID (or unique products_model), the categories-name 'chain' and the UNLINK command. If the product and category both exist and the category isn't the product's master_categories_id, that unlink operation will succeed.
Bookmarks