Please NOTE! We do not offer any kind of support through the forum.
Ticket support is available for all subscribers. Not a subscriber? Sign up here!
forum-support
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: [Solved] Google Base Export Error

[Solved] Google Base Export Error 2 years 7 months ago #20368

  • Marcus Smith
  • Marcus Smith 's Avatar
Hi Guru's

Below is a product from the google base export function.
<item>
<title>Roper Rhodes Insight Basin Taps - T997002</title>
<link>preview28.bathcomms.co.uk/index.php?opti...ew=product&pid=1</link>
<description>'<p>Roper Rhodes Insight Basin Taps - T997002</p>'</description>
<g:brand>Roper Rhodes</g:brand>
<g:image_link>preview28.bathcomms.co.uk/components/com...3_insightt997002.jpg</g:image_link>
<g:price>124.28078250863</g:price>
<g:id>T997002</g:id>
<g:condition>New</g:condition>
</item>
<item>

The g:price is showing as 124.28. This has no relation that I can reason to any price for that product on my site: preview28.bathcomms.co.uk/bathroom-taps-...in-taps-t997002.html.

How has the figure been calculated and is it incorrect?

Many thanks
Marcus
Last Edit: 2 years 6 months ago by BoFoght.
The administrator has disabled public write access.

Re: Google Base Export Error 2 years 6 months ago #20741

  • BoFoght
  • BoFoght's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3359
  • Thank you received: 148
Good question. I have asked the devs to look into it.
When sending info mails please include:
1) website url 2) Joomla superadministrator useraname and password 3) a link to the thread where you have described the problem.

Please do NOT send private messages through the forum. I will most likely not see them :-)
The administrator has disabled public write access.

Re:[Answered] Google Base Export Error 2 years 6 months ago #20889

  • Simon Logan
  • Simon
Logan's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 217
  • Thank you received: 11
Not sure if this helps you in the meantime (and the devs can say if this isn't a good idea) but I tested a temporary fix by doing the following.

If you open and edit administrator/components/com_redshop/models/product.php and come way down to around line 265 and this line:
$xml_code .= "\n<g:price>".$currency->convert($rs[$i]->product_price,'','US')."</g:price>";

then change it to
$xml_code .= "\n<g:price>".$rs[$i]->product_price."</g:price>";

this avoids any conversion which seems to be coming up with those odd figures. I think it's probably down to the parameters of that conversion not quite being right, or needing adjusted, but for now that might work for you.
The administrator has disabled public write access.

Re:[Answered] Google Base Export Error 2 years 6 months ago #20906

  • Marcus Smith
  • Marcus Smith 's Avatar
:( Thanks for your effort Simon, Sadly this did not work for me.
<item>
<title>Roper Rhodes Insight Basin Taps - T997002</title>
<link>http://preview28.bathcomms.co.uk/index.php?option=com_redshop&amp;view=product&amp;pid=1</link>
<description>'<p>Roper Rhodes Insight Basin Taps - T997002</p>'</description>
<g:brand>Roper Rhodes</g:brand>
<g:image_link>http://preview28.bathcomms.co.uk/components/com_redshop/assets/images/product/1280227823_insightt997002.jpg</g:image_link>n<g:price>108</g:price>
<g:id>T997002</g:id>
<g:condition>New</g:condition>
</item>



The Google Base price of £108.00 is the Ex-VAT Price before discount, So needs to be * 17.5% +
Then * 0.8
To give the correct answer.
Attachments:
Last Edit: 2 years 6 months ago by Marcus Smith .
The administrator has disabled public write access.

Re:[Answered] Google Base Export Error 2 years 6 months ago #20910

  • BoFoght
  • BoFoght's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3359
  • Thank you received: 148
Just to confirm, the devs are still working on this. So unless you find a quickfix, it should be ready for the next release ;)
When sending info mails please include:
1) website url 2) Joomla superadministrator useraname and password 3) a link to the thread where you have described the problem.

Please do NOT send private messages through the forum. I will most likely not see them :-)
The administrator has disabled public write access.

Re:[Answered] Google Base Export Error 2 years 6 months ago #20912

  • Marcus Smith
  • Marcus Smith 's Avatar
Excellent, thanks Bo, and thanks again Simon.
The administrator has disabled public write access.

Re:[Answered] Google Base Export Error 2 years 6 months ago #21184

  • BoFoght
  • BoFoght's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3359
  • Thank you received: 148
Solved for version 1.0.35
When sending info mails please include:
1) website url 2) Joomla superadministrator useraname and password 3) a link to the thread where you have described the problem.

Please do NOT send private messages through the forum. I will most likely not see them :-)
The administrator has disabled public write access.
  • Page:
  • 1
Time to create page: 0.555 seconds