michaeluno / auto-amazon-links-woocommerce-products

A WordPress plugin that integrates WooCommerce with Auto Amazon Links
GNU General Public License v3.0
0 stars 3 forks source link

Possibility to get the product image showed in shop page to the image feautured field #7

Open regianesouzaatelie opened 1 year ago

regianesouzaatelie commented 1 year ago

Description

Please, I need help with: https://ofertasdaregi.com.br/p/ Page of tests: https://loja.ofertasdaregi.com.br/ofertas/p/

I’m using the Amazon Auto Links and Auto Amazon Links – WooCommerce Products (Converts unit products to WooCommerce products. Versão 1.0.0 ) in my site. This is importing very well to units, but I have some questions about Amazon Links – WooCommerce Products.

Some explication about that: I need the image on the feautured field because I send all the product posts to Telegram by another plugin. If there is not image on the feautured field, it doesn't go to Telegram. So, is it possible to get the image in the feautured field? So, my problem would be resolved, because I need upload the image in the feautured field in each products

Solution

Possibility to get the product image showed in shop page to the image feautured field If possible to get the image to the feautured field my problem would be resolved, because I need upload the image in the feautured field in each product imported.

Images

No response

Please confirm that you have searched existing issues in this repository.

Yes

michaeluno commented 1 year ago

Thanks for the suggestion.

It requires some research and possibly additional UI elements for options. So the priority will be low unless you give a good reason to implement this.

regianesouzaatelie commented 1 year ago

Hi michaeluno, Thanks for reply.

Ok, I can understand. However, this is not my bigger problem, it would be only a great improvement on the service. It will require a bigger efforce of me when sending the posts to Telegram, because I need to include the image in the feautured field, product by product.

michaeluno commented 1 year ago

@regianesouzaatelie Does your other plugin to send data to Telegram accept post meta (custom field)? If so, _thumbnail_url post meta key stores the product image URL.

regianesouzaatelie commented 1 year ago

Hi @michaeluno, I will ask support about that

@regianesouzaatelie Does your other plugin to send data to Telegram accept post meta (custom field)? If so, _thumbnail_url post meta key stores the product image URL.

Would be possible to get the product image by post ID?

michaeluno commented 1 year ago

@regianesouzaatelie

Would be possible to get the product image by post ID?

The image URL can be retrieved by post ID as you can reffer to the _thumbnail_url post meta value.

regianesouzaatelie commented 1 year ago

Hi @michaeluno, It worked here! Thank you...