Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: price

price 10 years 3 months ago #93

  • benefweb
  • benefweb's Avatar
  • OFFLINE
  • New Member
  • Posts: 1
  • Karma: 0
Hi,

Sorry for my english, I'm french

I've a little problem with price on facebook page
It's not a final price

Thanks

Mike
The administrator has disabled public write access.

price 10 years 3 months ago #98

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi Mike
If you want posted the price in text field "Final price" can you changed in file: plugins/system/jo_vm_autopost_facebook/jo_vm_autopost_facebook.php
Go to line 78 and changed
$costprice = $post['mprices']['product_price'];

To
$costprice = $post['mprices']['salesPrice'];

Or can you send me joomla administrator via contact form? So i can help you
Best regards
Bach Pham
Last Edit: 10 years 3 months ago by Super User.
The administrator has disabled public write access.

price 10 years 1 month ago #357

hello,

how i can translate the facebook price label (price:) to german ?

and its possible to customize the post layout on facebook.

i would like to have the same layout like your demo.

i have attched a screenshot of my post.

thanks for help.
best regards


h87b8439.jpg
Last Edit: 10 years 1 month ago by Manuel Hübler.
The administrator has disabled public write access.

price 10 years 1 month ago #358

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
helmut.richter.email@gmx.de wrote:
hello,

how i can translate the facebook price label (price:) to german ?

and its possible to customize the post layout on facebook.

i would like to have the same layout like your demo.

i have attched a screenshot of my post.

thanks for help.
best regards
Hello
Can you translate the price label in line 85 in file plugins/system/jo_vm_autopost_facebook/jo_vm_autopost_facebook.php
$price = ' (Price: '.round($costprice,2).' '.$currency->currency_symbol.')';
And we can not changed layout in facebook page because it is auto create and i think it based on the image of your product posted
Best regards
Bach Pham
Last Edit: 10 years 1 month ago by Super User.
The administrator has disabled public write access.

price 10 years 1 month ago #359

hello again,

maybe we can change the plugin to send the virtuemart preview image instead of the full image ?

thanks for help.
The administrator has disabled public write access.

price 10 years 1 month ago #360

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
helmut.richter.email@gmx.de wrote:
hello again,

maybe we can change the plugin to send the virtuemart preview image instead of the full image ?

thanks for help.
HiIf the new products photo posted is "Upload File"
If you edit products. photo posted is "Used url" But if you want can you changed "Used url" to "Used thumb url"
Changed in go to line 111
$path_image = $baseurl.$post["file_url"];
To
$path_image = $baseurl.$post["file_url_thumb"];
Can you see photo

h002dcc6.png


Best regards
Bach Pham
Last Edit: 10 years 1 month ago by Super User.
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Time to create page: 0.064 seconds