return FALSE; $r = well_tag_thread__update(array('id' => $id), $update); return $r; } function well_tag_thread_find($tagid, $page, $pagesize) { $arr = well_tag_thread__find(array('tagid' => $tagid), array('id' => -1), $page, $pagesize); return $arr; } function well_tag_thread_find_by_tid($tid, $page, $pagesize) { $arr = well_tag_thread__find(array('tid' => $tid), array(), $page, $pagesize); return $arr; } ?>plugins - is there a way to display product gallery images via cdn
最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

plugins - is there a way to display product gallery images via cdn

programmeradmin1浏览0评论

I have three issues that require a solution please. Is there a way to show product gallery images externally using a cdn but instead of pointing to that exact image url only point to the folder that has that product images which then results in showing all the images in that folder as the product gallery images.

The main reason why I would like to do this is I have 5000 products and over 20,000 variations. Now our supplier has provided us a csv and imagery seperate but linking these will take quite a while.

Rather what I would like to achieve is to upload csv without imagery to site using wp all import and then once completed, upload a csv containing all the imagery folders and link it via say sku (folder names are named as overall product sku) so the right images appear for the right products

Now fifu WordPress plugin only allows direct cdn urls and folders is not possible so what is the best way to tackle this issue?

发布评论

评论列表(0)

  1. 暂无评论