Title: mentars's Replies | WordPress.org

---

# mentars

  [  ](https://wordpress.org/support/users/mentars/)

 *   [Profile](https://wordpress.org/support/users/mentars/)
 *   [Topics Started](https://wordpress.org/support/users/mentars/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mentars/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mentars/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mentars/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mentars/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mentars/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Feed Manager for WooCommerce – CTX Feed – Support 220+ Shopping & Social Channels] Bug in additional image links](https://wordpress.org/support/topic/bug-in-additional-image-links/)
 *  Thread Starter [mentars](https://wordpress.org/support/users/mentars/)
 * (@mentars)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/bug-in-additional-image-links/#post-9101276)
 * Hello again
    It’s still same. Here is a sample post with 2 image. First is main
   image and second is additional image. In the field there are 4 additional image
   links.
 * It comes as :
 *  <g:additional_image_link><![CDATA[this is one of my additional link]]></g:additional_image_link
   >
    <g:additional_image_link>0</g:additional_image_link> <g:additional_image_link
   >0</g:additional_image_link> <g:additional_image_link></g:additional_image_link
   >
 * I gave up on this. Google merchant center disabled 300+ ads because of additional
   links. I’ve downgraded to 2.0.8 and it’s working. It doesn’t adds the additional
   images and google doesn’t asks about it. Hope my ads start to work again fast.
   
   Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Feed Manager for WooCommerce – CTX Feed – Support 220+ Shopping & Social Channels] Bug in additional image links](https://wordpress.org/support/topic/bug-in-additional-image-links/)
 *  Thread Starter [mentars](https://wordpress.org/support/users/mentars/)
 * (@mentars)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/bug-in-additional-image-links/#post-9084223)
 * Hello again
    Now it has a different problem. It doesn’t shows 0 but somehow even
   the field is empty it shows the field name. If there is no image at additional
   fields it comes with different names and Google doesn’t recognizes them. Let’s
   say a product has 2 additional image link but i declare 4 additional images in
   the xml. It shows as :
 *  <g:additional_image_link_3></g:additional_image_link_3>
    <g:additional_image_link_4
   ></g:additional_image_link_4>
 * Google gives error which says it can’t recognize these areas.
    Hope you fix this
   too. Best regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Social Login] Microsoft Live Not Working](https://wordpress.org/support/topic/microsoft-live-not-working/)
 *  [mentars](https://wordpress.org/support/users/mentars/)
 * (@mentars)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/microsoft-live-not-working/#post-5516414)
 * I’m having the same problem. Could you find any solution for this issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP All Import – Product Import for WooCommerce] 2 Basic Questions : 1. Math and 2. Variations](https://wordpress.org/support/topic/2-basic-questions-1-math-and-2-variations/)
 *  Thread Starter [mentars](https://wordpress.org/support/users/mentars/)
 * (@mentars)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/2-basic-questions-1-math-and-2-variations/#post-5544775)
 * Thank you very much eugenekk
    Your message guide me to fix price problems. I’ve
   checked the variable products section but for doing that i must to reconfigure
   the csv file. The problem is my csv file is too big to edit manually.
 * My csv file has stored variables like this
 *     ```
       Color:Blue;Green;Orange; Pink;
       Mode:Mode 1 (Right Hand Throttle);Mode 2 (Left Hand Throttle);
       ```
   
 * Each line has a attribute name and variables after : sign.
    I prepared some functions
   for it.
 *     ```
       function saginial($girdi) {
       	$girdi = str_replace(";","|",$girdi);
       	$sonuc = preg_replace("/(.*.):/",'',$girdi); //deletes right part
       	return $sonuc;
       	}
   
       	function solunual($girdi) {
       	$sonuc = preg_replace("/:(.*.)/",'',$girdi); //deletes the right part
       	$sonuc = preg_replace("/\n/",';',$sonuc); //changes enter with ;
       	return $sonuc;
       	}
       ```
   
 * The problem here is i can’t get attributes name as different values. It imports
   all the data as 1 line. My attribute name becomes like this ‘Color Mode’ but 
   it must be ‘Color’ and ‘Mode’ the values has same problem too. It imports all
   values to same attribute.
    Do you have any suggestion for this?

Viewing 4 replies - 1 through 4 (of 4 total)