insert products in newsletters

  • Posts: 261
  • Thank you received: 5
10 years 11 months ago #107237

Hi,

Today I installed Acymailing. I want to send a newsletter and at the bottom the newsletter ends with 4 or 5 newly created products.

At the bottom of the editor I use the 'products' button.
A popup shows allowing me to select a product.
After checking a product I use the 'insert' button.
I return to the newsletter that I am creating.
The product does not show.

What am I doing wrong?

Sjaak

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

  • Posts: 26017
  • Thank you received: 4004
  • MODERATOR
10 years 11 months ago #107252

Hi,

You have to use the special Acymailing HikaShop tag and not the editor "insert product" one.
Acymailing have a quite powerfull tag system which allow HikaShop (and other extension) to set dynamic content like "latest products" and much more.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 261
  • Thank you received: 5
10 years 11 months ago #107418

Hi Jerome,

I discovered this 'Tag' method only after I posted my question here, and by visiting the Acymailing forums where more people asked the same question. I am not the only one B). Apparently the method is not so clear to users as it seems.

This 'Tag'method does not give the option to show the productimage, or a thumbnail of the productimage. So I chose to manually create a table containing images and links to some of my recent products. It takes some work but then I have the result I want. Unless somebody has a golden hint to do it otherwise :)

Best regards

Sjaak

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

  • Posts: 13
  • Thank you received: 0
10 years 7 months ago #124139

Hi,

I am trying to import products from HikaShop into ACY-Mailing. Sofar the tagging works. But when I am trying to replace the tags via the Replace-Tags-Button the image path is wrong. Everything else works fine. The image name is right but the folder the image should be in is wrong.

Example:
wrong path: media/com_hikashop/upload/thumbnail_106x147/item_name.jpg
should be: media/com_hikashop/upload/thumbnail_100x100/item_name.jpg

J!2.5.14
HikaShop Business 2.2.0
AcyMailing Enterprise 4.3.4

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

  • Posts: 26017
  • Thank you received: 4004
  • MODERATOR
10 years 7 months ago #124144

Hi,

Which "Replace-tags-button" ?

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 13
  • Thank you received: 0
10 years 7 months ago #124164

Hi,
see attachment please. The action triggered replaces all tag like your product-tags.

best regards

Attachments:
Last edit: 10 years 7 months ago by projectsdone.

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

  • Posts: 26017
  • Thank you received: 4004
  • MODERATOR
10 years 7 months ago #124397

Hi,

Please check the plugin and see if you right have the line:

$result .= '<table class="acymailing_content"><tr><td valign="top" style="padding-right:5px"><a target="_blank" style="text-decoration:none;border:0" href="'.$link.'" >'.$image->display($product->file_path,false,$product->product_name, '' , '' ,$config->get('thumbnail_x',100),$config->get('thumbnail_y',100)).'</a></td><td>'.$description.'</td></tr></table>';
Can you tell more about you image sizes configuration in HikaShop ?

For what I see in the code and for I tested, it should work properly. Maybe there is something different in your configuration.
If we can reproduce your problem on our side, it will be easier for us to understand and propose you the right fix.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 13
  • Thank you received: 0
10 years 7 months ago #124698

Hi,

yes the code is there.
I checked the settings again (see screenshot). Is there anything else to?

the following plugins are active:

  • AcyMailing Tag : Subscriber information
  • AcyMailing Tag : Insert a Module
  • AcyMailing Tag : content insertion
  • AcyMailing Tag : Manage the Subscription
  • AcyMailing Tag : Date / Time
  • AcyMailing : Handle Click tracking
  • AcyMailing Template Class Replacer
  • AcyMailing Tag : Joomla User Information
  • AcyMailing table of contents generator
  • AcyMailing : Statistics Plugin
  • AcyMailing : HikaShop integration
  • AcyMailing Geolocation : Tag and filter
  • AcyMailing Tag : Website links
  • AcyMailing Manage text
  • AcyMailing : share on social networks
  • AcyMailing Editor
  • HikaShop trigger for AcyMailing filters
  • AcyMailing : Handle Click tracking part2
  • AcyMailing : (auto)Subscribe during Joomla registration
  • AcyMailing : HikaShop integration
  • Hikashop Social Networks Plugin
  • Hikashop product tag insertion plugin
  • HikaShop group plugin
  • Hikashop Massaction Address Plugin
  • Hikashop Massaction Category Plugin
  • Hikashop Massaction Order Plugin
  • HikaShop trigger for AcyMailing filters
  • Hikashop Massaction User Plugin
  • HikaShop free orders validation Plugin
  • HikaShop Shipping manual - Prices per product plugin
  • HikaShop rates auto update plugin
  • Hikashop Massaction Product Plugin
  • Hikashop Google Products Plugin
  • HikaShop categories search plugin
  • HikaShop affiliate plugin
  • HikaShop geolocation plugin
  • HikaShop massaction plugin
  • HikaShop product tag translation plugin

Attachments:
Last edit: 10 years 7 months ago by projectsdone.

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

  • Posts: 26017
  • Thank you received: 4004
  • MODERATOR
10 years 7 months ago #124763

Hi,

I am sorry but your settings are "wrong".
When you said that the image path should be "media/com_hikashop/upload/thumbnail_100x100/item_name.jpg" and when we see your thumbnail size configuration (147x107) I can tell you that, it is not possible that the 100x100 path is the right one.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 13
  • Thank you received: 0
10 years 7 months ago #124777

Hi
in HikaShop I set the thumbnail size to 100x100.
The image is located in /media/com_hikashop/upload/thumbnail_100x100/item_name.jpg
It is displayed in the back- and the frontend in the shop template.
So far so good.

Now in the newsletter I chose the product via the "Tags"-Button and the HikaShop-Tab. After replacing the inserted tag via the "Replace Tags"-Button the path to the image in the newsletter is /media/com_hikashop/upload/thumbnail_89x100/item_name.jpg

I do not get it. What do I do wrong?

Best regards

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

  • Posts: 13201
  • Thank you received: 2322
10 years 7 months ago #124820

Hi,

I just tried on my end too, and it seems to be working fine.
Do you have the latest versions of HikaShop and Acymailing ?

In the plugin, as a temporary fix, you can replace:

$config->get('thumbnail_x',100)
and
$config->get('thumbnail_y',100)
By:
'100'

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

  • Posts: 13
  • Thank you received: 0
10 years 7 months ago #124826

Hi,
i think so

J!2.5.14
HikaShop Business 2.2.0
AcyMailing Enterprise 4.3.4

best regards

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

  • Posts: 13
  • Thank you received: 0
10 years 7 months ago #124828

thx,
but these are the default, right?

$result .= '<table class="acymailing_content"><tr><td valign="top" style="padding-right:5px"><a target="_blank" style="text-decoration:none;border:0" href="'.$link.'" >'.$image->display($product->file_path,false,$product->product_name, '' , '' ,$config->get('thumbnail_x',100),$config->get('thumbnail_y',100)).'</a></td><td>'.$description.'</td></tr></table>';

best regards

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

  • Posts: 26017
  • Thank you received: 4004
  • MODERATOR
10 years 7 months ago #124862

Hi,

There are the defaults but if there is a configuration option (and you have one), it won't use the default values.
That's why you should replace the code with a hard-coded value.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

Time to create page: 0.101 seconds
Powered by Kunena Forum