Adding a QRcode for each product

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeAdding a QRcode for each product

This topic has been marked as not a support question.

OC v1.5.3.1
Theme Shoppica2 v2.1.3

Hi,

I’d like to include a QRCODE in each product page.

I’ve found a vqmod extension from MrTech at OC’s forum which would do that for me… but it doesn’t work with Shoppica2 and the author is not too keen on adapting his mod for this theme.

Although I don’t program PHP, I’d want to give it a try and modify this vqmod to create my own vqmod for the Shoppica2 theme. Having seen MrTech’s vqmod it doesn’t seem rocket science… HOWEVER, I’m a bit puzzled on how to know what to edit at “catalog\view\theme\shoppica2\template\product\product.tpl”

Any hint/advice?

Thanks.

 enric
August 22, 2012 at 6:44 pm #12839
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
August 24, 2012 at 4:31 pm #12914

Yep, thanks… I’ll play around with it because I notice now that the problem is going to be WHERE to put it as there’s not much room left if one activates the sidebar!!!.

I’ve been trying to fit it ‘here’ (see image) but I don’t have luck pintpointing the right spot in the source code. I believe it should be between line 82 () and line 83 () but if so, I can’t seem to get the vqmod to work.

Suggestions??.

 enric
August 26, 2012 at 2:53 pm #12942

Hi,

You can try to replace:

<search position="before"><![CDATA[<?php if ($product_condition) { ?>]]></search>

with:

<search position="before"><![CDATA[<?php if ($images && $tbData->common['product_gallery_position'] == 'under_preview'): ?>]]></search>

Best,
ThemeBurn team

August 30, 2012 at 11:25 am #13133

Perfect. Thanks!.

[CLOSED]

 enric
August 31, 2012 at 2:36 am #13179

Hi Enric,

Can you upload the mod vqmod?

August 31, 2012 at 6:44 am #13182

i solved myself, use this code to place QR code just beside the price:

<search position="after"><![CDATA[<div id="product_price" class="s_price_holder s_size_4 s_label">]]></search>

  • This reply was modified 4268 days ago by  manmancai.
  • This reply was modified 4268 days ago by  manmancai.
August 31, 2012 at 7:38 am #13183

ops… it become smaller if use special price… headache :(

August 31, 2012 at 8:06 am #13186
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.