tracking code to heureka page

  • Posts: 12953
  • Thank you received: 1778
3 years 2 months ago #328236

Hello,

You should find information about products from your order through that variable : $this->order->cart->products

Kind regards,
Mohamed.

Please Log in or Create an account to join the conversation.

  • Posts: 36
  • Thank you received: 0
2 years 11 months ago #331753

I am trying to export xml feed for heureka.sk
the feed should be similiar to google feed but there is something wrong

how can I get rid of "![CDATA[ " in <![CDATA[ BINO CHODÍTKO S AKTIVITAMI ]]>
how can I get rid of "g:" in <g:id>154</g:id>

Attachments:
Last edit: 2 years 11 months ago by nicolas.

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
2 years 11 months ago #331757

Hi,

For the "g:" you can open the file plugins/hikashop/google_products/google_products.php with a tool like notepad++ and use its "search and replace" feature to replace g: by nothing and apply to the whole file and then upload back the file to your website via FTP.

For the

<![CDATA[[/code] and [code]]]>
these are separation elements for XML file. It's standard :
www.tutorialspoint.com/xml/xml_cdata_sections.htm
Normally, something processing XML files should be able to take them into account properly. So you should not need to remove them. But if you really need to remove them, you can use the same technic as for the "g:"

Please Log in or Create an account to join the conversation.

Time to create page: 0.082 seconds
Powered by Kunena Forum