Our plugin doesn't currently have a setting for this. If you are open to customizing / modifying the plugin, I can look into it and share some relevant code if you'd like.
Code would be great if it can add product images into the purchase list. Would these images also show if the list is downloaded?
I want to use the purchase list to create a custom quote/list of products that can be emailed to a customer. With the images this would be better so they can see the product
If you are open / familiar with doing plugin customizations, showing the thumbnail is not particularly difficult. The line of code that needs to be added to show the thumbnail is:
What will be more difficult actually is styling the purchase lists / order form in a way that also leads to a nice / responsive design.
We would like to add this ourselves to the plugin, at least as a setting that users can optionally enable. However, we don't have this ready yet - it needs some development time.
2)
If you want to add it to the downloaded csv, it can be done in class-b2bking.php inside the function b2bkingdownloadpurchaselist().
However I'm still not sure how we can add this to the main plugin in a way that makes sense - at the least we need to put some work into the layout designs.
Hi, Is it possible to add product images to the purchase list in the customer account?
Thanks
Darren
Hi Darren,
Thank you for purchasing the plugin,
Our plugin doesn't currently have a setting for this. If you are open to customizing / modifying the plugin, I can look into it and share some relevant code if you'd like.
Kind regards,
Stefan
Hi Stefan,
Code would be great if it can add product images into the purchase list. Would these images also show if the list is downloaded?
I want to use the purchase list to create a custom quote/list of products that can be emailed to a customer. With the images this would be better so they can see the product
Thank you for your time
Darren
Hi Darren,
1)
If you are open / familiar with doing plugin customizations, showing the thumbnail is not particularly difficult. The line of code that needs to be added to show the thumbnail is:
What will be more difficult actually is styling the purchase lists / order form in a way that also leads to a nice / responsive design.
We would like to add this ourselves to the plugin, at least as a setting that users can optionally enable. However, we don't have this ready yet - it needs some development time.
2)
If you want to add it to the downloaded csv, it can be done in class-b2bking.php inside the function b2bkingdownloadpurchaselist().
You can replace the function with
And you will get the following:
However I'm still not sure how we can add this to the main plugin in a way that makes sense - at the least we need to put some work into the layout designs.
Kind regards,
Stefan
Thank you!