Jump to content

How to show specific product in a widget/bloc


Janyour

Recommended Posts

Posted

Hello, we have Commerce with a subscription product (premium) and we would like to show it in the forums/downloads sidebar, we have Pages too.

In the blocs types we cant find a Product widget! is it possible to get it done ?

Posted

there is a plugin called php/text widget there you can put any announcemnt you want.    

when i downloaded it it showed on any category you wanted it too. by @Theme Tent UK

you can edit what you put inside directly while watching forum and clicking on the arrow on the left in the middle of the screen.  

its free and uncomplicated.   I havent tried to use html  <if> conditionals in there , ... would like to. ! 

 

but since you have pages and all these stuff maybe you have more options which i dont know about since i only have the core suite.  

there is also a nice slider for featuring things  

  but  it isnt free - have seen it and its great but you only can put there  an image and a link, no html. 

 

Posted

Thank you i was thinking about this plugin, i'll test it.

Its crazy that Commerce app do not include a bloc to show products !!! dont you think too ?

Posted

you can do this 2 if u like and not use a plugin

  • Go to "ACP > Pages > Blocks > Create New Block";
  • In "Type", mark "Custom";
  • In "Content Editor", mark "Manual HTML";
  • Click on "Next";
  • Put some details and click on "Content" tab;
  • In "Content" field, add this code:
<h3 class="ipsWidget_title ipsType_reset">YOUR TITLE</h3>
<div class="ipsPad ipsWidget_inner" style="border: 0;padding: 0;">
YOUR CODE
</div>
  • Save this config and go to index;
  • Now, just click on "Manage Blocks", "Pages" and "Custom Blocks";
  • Add the block and enjoy
Posted

Thank you @Joel R, this widget should be included by default in the IPS commerce suite, how can we promote products on the entire community without widgets and blocs !

@sweethoney i tried this code but i had a graphic bug, thanks any way for the help :)

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...