content egg import

Closed
REHub - Price Comparison, Affiliate Marketing, Multi Vendor Store, Community Theme REHub - Price Comparison, Affiliate Marketing, Multi Vendor Store, Community Theme January 04, 2021
Login to reply
Michal Kovalcik
3 years ago
 I will do it in a new ticket once I have all info
Igor Sunz Support Agent
3 years ago

currently you didn't provide screenshots what you do, which issue you have,
links to issues so I don't know how to help

Please, create topic according to guidelines, with all information, links,
screenshots. This will allow us to understand your issue and give you a
better and fast answer.

https://sizamtheme.support-hub.io/articles/how-to-write-to-support-if-you-need-technical-help

Michal Kovalcik
3 years ago

I just need to import information about product in normal woo product fields and also the same info in content egg fields.

in woo product fields is everything ok, but the info for content egg is sometimes imported und sometimes not. I found out that the XML every product has g_price tag but there is also a g_sale_price tag, this price is not by all product. but anyway if I use only g_price, the problem is the same. I have also other XML feed and this is working ok, but here is no g_sale_price. I think that the problem is in the feed but it looks ok for me.

so am I not sure that this is what you think.



Igor Sunz Support Agent
3 years ago

Which information is not imported? I guess your feed has no all information
for each item

Michal Kovalcik
3 years ago

in importWP is the same problem. not all content egg information for the product are imported.

therefore I think that the problem is in xml

Igor Sunz Support Agent
3 years ago

As I wrote earlier, I can help only if you have issues with actual plugin.
You must import offers via new plugin and update also via new plugin. We
can’t support addon for wpai because owners of wpai don’t allow to modify
or use their plugin in third party themes

Michal Kovalcik
3 years ago

I think that the problem is in XML file but I cannot find it, Can I send you the file and could you take a look at it? I am not a developer so its not easy for me to find out if there is a problem.

... but the file has cca. 400 MB

thanks

Michal Kovalcik
3 years ago

I tried to update content egg info per importwp, but also here not all products are updated in content egg.

regards

Michal Kovalcik
3 years ago

WP All Import - Content Egg Add-On Version 2.7

could you please send me a old version of this addon?

thanks

Igor Sunz Support Agent
3 years ago

Please watch video. It’s described everything including update processing

Michal Kovalcik
3 years ago

Hi, you mean this?

https://rehubdocs.wpsoul.com/docs/rehub-theme/affiliate-settings/bulk-import-of-offers/

globaly it works at the first look, but in the docs is not written what I need to setup that only offers and are updated. once I run update for all, description, name are removed. I need only update offers. Could you please check what I need to add at the end of import?

thank you very much

regards

Michal

Igor Sunz Support Agent
3 years ago

you can do update in the same way as described in the documentation for new plugin. There is no guarantee that this will work with WPAI

Michal Kovalcik
3 years ago

can you please help me with this field

I need to update only all offer fields

thanks

Igor Sunz Support Agent
3 years ago

We didn't test this but I think it should work if you use proper settings
for SKU

Michal Kovalcik
3 years ago

can I import products per wpai and update contentegg info with importWP?

Michal Kovalcik
3 years ago

ok, I understood

... importWP is very limited

regards

Igor Sunz Support Agent
3 years ago

Currently I can help only with new plugin only.

Michal Kovalcik
3 years ago

ok, I tried it also without this function and import only regular price - this price is by every product and I get the same result, not all products are imported into content egg, so I think its not a problem with wpai. I attached examle.xml


Igor Sunz Support Agent
3 years ago

I can't help with this as i don't know how WPAI works for such functions.
If you use their PRO version and has a license of it, better to write
to their staff

Michal Kovalcik
3 years ago

Hi, I know that you no longer support wpai    

But I have a small issue with content egg offer addon and WPAI . Content egg support told me that I should contact you and wpai wrote me same.

I am using this php

>> Is there a possibility to have something like this: check if tag g_sale_price is availiable with a price if not use another tag for example g_price if it is avialiable use the g_sale_price

You can use a PHP function to do that: https://www.wpallimport.com/documentation/developers/custom-code/inline-php/. Example:

function my_choose_price( $g_price = 0, $g_sale_price = 0 ) {
     return ( empty( $g_sale_price ) ) ? $g_price : $g_sale_price;
}


Example usage:

[my_choose_price({g_price[1]},{g_sale_price[1]})]

but not all offers are imported.

If I use this PHP code in Woo product addon it works without problems.

thanks for help

regards

Michal

Additional Info

Link on page with issue: milacik.eu