Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Duplicates CPt #22

Open
renzosalvador opened this issue Aug 25, 2017 · 1 comment
Open

Duplicates CPt #22

renzosalvador opened this issue Aug 25, 2017 · 1 comment

Comments

@renzosalvador
Copy link

Hi, the plugin Duplicates the custom post type PRoducts. as it already exists via Woocommerce.

@tw2113
Copy link
Member

tw2113 commented Aug 25, 2017

Looks like it's just the rewrite slug/url that is in conflict. The post type slug we use is "etsy_product", but we have it rewrite to "product" as part of the register_post_type() call.

https://github.com/coreymcollins/Etsy-Product-Importer-for-WordPress/blob/master/etsy-importer.php#L209

https://github.com/coreymcollins/Etsy-Product-Importer-for-WordPress/blob/master/etsy-importer.php#L247

I can't call this a bug, just an unfortunate clash.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants