Results 1 to 10 of 3563

Hybrid View

  1. #1

    Idea or Suggestion Re: Google Base Feeder Support Thread

    Quote Originally Posted by yframediscounts View Post
    Can any one help, I want to add the words "Free Shipping" to the beginning of the <description> in the output file, ie just before the main description text.

    I know you will have to edit the googlefroogle.php

    I know it is simple but cant seem to add a string to the begging of this output

    Ie

    <description> FREE SHIPPING. main body text .</description>
    This can be done by changing line 330 in file STORE_ROOT\googlefroogle.php from:

    PHP Code:
    $content["description"] = '<description>' $google_base->google_base_xml_sanitizer($products_descriptiontrue) . '</description>'
    to

    PHP Code:
    $content["description"] = 'FREE DELIVERY! ' '<description>' $google_base->google_base_xml_sanitizer($products_descriptiontrue) . '</description>'
    Adnan Rana
    PC Point Ltd

  2. #2

    application error Re: Google Base Feeder Support Thread

    Quote Originally Posted by adnanrana View Post
    This can be done by changing line 330 in file STORE_ROOT\googlefroogle.php from:

    PHP Code:
    $content["description"] = '<description>' $google_base->google_base_xml_sanitizer($products_descriptiontrue) . '</description>'
    to

    PHP Code:
    $content["description"] = 'FREE DELIVERY! ' '<description>' $google_base->google_base_xml_sanitizer($products_descriptiontrue) . '</description>'
    Adnan Rana
    PC Point Ltd
    Sorry, just tested the above and it doesn't work.

    Edit STORE_ROOT\googlefroogle.php, and change the line 161 from:

    PHP Code:
    $products_description $products->fields['products_description']; 
    to:

    PHP Code:
    $products_description 'FREE DELIVERY. ' $products->fields['products_description']; 
    Adnan Rana
    PC Point Ltd

 

 

Similar Threads

  1. v150 Google Merchant Center Feeder for ZC v1.5.x [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 504
    Last Post: 19 Nov 2024, 03:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg