JohnTigerAnt Posted July 20, 2020 Share Posted July 20, 2020 Sorry, If this is in the wrong place. You can call me Brother John if you wish. When you add a new product in WHMCS, in the description section can I add a picture of the product? If so how can I do that? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted July 20, 2020 Share Posted July 20, 2020 17 minutes ago, Alien said: When you add a new product in WHMCS, in the description section can I add a picture of the product? If so how can I do that? in the description, if the image files are uploaded locally to your WHMCS install... <img src="assets/img/sandwich.jpg"> <br> <b>Enjoy our delicious sandwiches!</b> don't add https:// or http:// into the image URL (the colon will cause issues) - if they're remotely hosted images, you can use... <img src="//domain.com/assets/img/sandwich.jpg"> for local images, you can to upload the images via ftp / cPanel file manager etc -and then reference their URLs in the description. 2 Quote Link to comment Share on other sites More sharing options...
JohnTigerAnt Posted July 21, 2020 Author Share Posted July 21, 2020 Thank you I will give it a try. But it does not look easy lol. 0 Quote Link to comment Share on other sites More sharing options...
JohnTigerAnt Posted July 21, 2020 Author Share Posted July 21, 2020 can you please show me how to do this? I have the pic in the file manager and here is the link:Â Â Â public_html/accountbillings.com/Detailing/Prices-FTD/Ball Caps 0 Quote Link to comment Share on other sites More sharing options...
RadWebHosting Posted July 21, 2020 Share Posted July 21, 2020 1 hour ago, Alien said: can you please show me how to do this? I have the pic in the file manager and here is the link:Â Â Â public_html/accountbillings.com/Detailing/Prices-FTD/Ball Caps You should rename this without any spaces and also provide the correct file extension for best results 0 Quote Link to comment Share on other sites More sharing options...
JohnTigerAnt Posted July 21, 2020 Author Share Posted July 21, 2020 Sorry, but that does not help me at all. I do not know what you are talking about. 0 Quote Link to comment Share on other sites More sharing options...
JohnTigerAnt Posted July 21, 2020 Author Share Posted July 21, 2020 (edited) For some reason, as big as this community is you do not get much help! Edited July 21, 2020 by Alien 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted July 21, 2020 Share Posted July 21, 2020 1 minute ago, Alien said: For some reason, as big as this community is you do not get much help! it's not a big community of those willing to help... I suspect you could count them on one hand.... definitely two hands. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted July 21, 2020 Share Posted July 21, 2020 13 hours ago, Alien said: Thank you I will give it a try. But it does not look easy lol. on an easy scale of 1-10, then is more or less a 1. 🙂 12 hours ago, Alien said: can you please show me how to do this? I have the pic in the file manager and here is the link:   public_html/accountbillings.com/Detailing/Prices-FTD/Ball Caps <img src="//accountbillings.com/Detailing/Prices-FTD/Ball%20Caps/19.95.jpg" width="100%"> <br> <b>Enjoy our trendy baseball caps!</b> with a better sized and more suitable image, it would look better (not that you should steal others images, it's just for show)... <img src="//i.ebayimg.com/images/g/HhUAAOSwoBFdiB1v/s-l500.jpg" width=100%> <br> <b>Enjoy our trendy baseball caps!</b> 11 hours ago, radwebhosting said: You should rename this without any spaces and also provide the correct file extension for best results that's an important suggestion to remember for the future - try not to include spaces in these image filenames - i've coded a space into the image url for now, but would be better if you didn't include them. also, I know your site is using the "Modern" orderform template, but that hasn't been updated for years and might get removed in v8 - this will still work in there on your site (see below), but you might be better off switching to Standard Cart. (above images). additionally, some of your image sizes might have to be defined in the descriptions - for now, i'm just using percentages, you might have to define them by a px dimensions, or css classes, for them to look correct in the products page... there are a couple of product image addons in Marketplace, but they'd be $30-$40 USD and I personally don't see any real advantages of using them if you're capable of uploading and linking to the images yourself. as I mentioned to the user who asked me about this originally (the sandwich shop idea wasn't invented just for you and this thread!), whilst WHMCS can show product images in this way, if it were me, i'd probably be looking at using a WordPress / WooCommerce / shopping cart solution rather than WHMCS - as there will be plenty of available themes/extensions that will make it easier to sell physical objects via those options... for example, WHMCS doesn't have a shipping cost calculator to determine the cost/method of sending goods to a purchaser, whereas the above will include multiple options for that. throw enough money at it, and WHMCS can probably be made to do these things, but certainly not out of the box. 0 Quote Link to comment Share on other sites More sharing options...
JohnTigerAnt Posted July 21, 2020 Author Share Posted July 21, 2020 I thank you very kindly. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.