Right Side Bar modules with different design?

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeRight Side Bar modules with different design?

This topic has been marked as resolved.

Hi there!

I just installed an extension called intelligen random products so i can showcase some random products in my product pages in the right side bar. What i’m describing also happens using any default module such as featured or best seller.

If you use these modules in homepage for instace, you can see the correct design of shoppica:
product image with price tag, title beneath, rating, and when you hover it, it shows the add to cart, plus add to compare and wishlist.

Well, if you use these modules in the product layout and the right side bar, it does not behave the same way, the design gets messed up, and looks like there’s no css aplied to it or so.

Any idea of how can i make it look correctly?

Thanks in advance!

November 11, 2014 at 4:59 pm #34236

Hi,

Generally, Shoppica has two different styles for products in the content area and in sidebars. You can check them on the home page (content area):

http://shoppica2.com/

and on the product page (sidebar):

http://shoppica2.com/index.php?route=product/product&product_id=40

We will need the website url and admin access, so we can check your case.

You can use hidepost to share private information with the support staff.

Best,
ThemeBurn team

November 12, 2014 at 11:47 am #34246

Thanks for the reply!

Indeed, i didn’t notice the styling difference in shoppica website. That’s exactly what i’m getting, but i was using 140px images, and i believe yours are 40px or so.

Would it be possible to use the same styling as in the content area?

Thanks!

November 12, 2014 at 1:40 pm #34261

Hi,

Unfortunately, Shoppica is not that flexible. You will have to manually copy the code from some of the product modules, e.g. latest products:

catalog/view/theme/shoppica2/template/module/latest.tpl

Take the part that outputs products for the content area:

<?php if ($module_position == 'content_top' || $module_position == 'content_bottom'): ?>

TAKE THE CODE BETWEEN

<?php else: ?>

BR,
ThemeBurn team

November 16, 2014 at 4:09 pm #34429

Hi!

Thank you very much!

I’ll try to see what i can do. So far i actually changed the size of the pictures, and it’s not so bad. I’m not sure if a behaviour such as in content section would be best, but i’ll try and test it.

Many thanks!

November 16, 2014 at 4:28 pm #34435

Glad we’ve helped :)

BR,
ThemeBurn team

November 24, 2014 at 4:20 pm #34805
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.