How to create "Green Button (Buy Theme !)" ?

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeHow to create "Green Button (Buy Theme !)" ?

This topic has been marked as resolved.

Could this thread be updated to Shoppica 2 please.

July 15, 2012 at 9:39 am #11322

@clothrop

You can check our first post here.

Best,
ThemeBurn team

July 17, 2012 at 11:22 am #11440

I Have this working great with shoppica2 however i dont seem to be able to find were to hide the information menu as there is no file located here in shoppica2

catalog/view/theme/shoppica/template/module/shoppica_information_menu.tpl.
To hide it, either delete, or comment this piece of code:


<?php /*
<li id="shoppica_menu_information">
..........
</li>
*/ ?>

can you tell me how to hide the information menu in shoppica2 please
best regards

August 24, 2012 at 11:04 am #12870

@werepair

As in Shoppica 1 you have the Information menu ON/OFF setting in the theme control panel.

Shoppica 2 CP > Store > Information pages toggle

Best,
ThemeBurn team

August 24, 2012 at 11:13 am #12872

Hi thanks for the fast response,
if i turn the information pages off here i dno longer see my custom button

Best regards

August 24, 2012 at 11:19 am #12875

Ok i have found how to show my custom button without the information pages showing, if anyone needs to know ? add the code in catalog/view/theme/shoppica2/template/tb/menu.tpl


  <?php echo $menu_categories; ?>
<-------ADD YOUR CUSTOM CODE HERE------>
  <?php if ($tbData->common['menu_infopages_enabled']): ?>

August 24, 2012 at 2:39 pm #12892

This is quite old but I like the idea.

I added the css in the theme settings then added it to the menu item, nothing happened.

Is there a way to do this with the current version?

 PaulV
February 25, 2013 at 10:52 pm #19445

@PaulV

Be sure you set/use the correct element ID.

Best,
ThemeBurn team

February 28, 2013 at 3:30 pm #19593

I added the css to
Theme options
Design
Custom CSS (Global)

Uploaded the corner image

Went to
Appearance
Menus\
Added green_button to
CSS Classes (optional) in the menue item I wanted to change

Had to change the CSS to make it work (the originally posted CSS does not work.

.green_button a {
background: #7db122 url(../images/button_buy_theme.png) no-repeat top right !important;
color: #fff !important;
}
.green_button a:hover {
background-color: #90c03b !important;
}

Regards
Paul

  • This reply was modified 4073 days ago by  PaulV.
 PaulV
March 2, 2013 at 5:04 am #19669

@PaulV

Can we check your website?

March 4, 2013 at 12:22 pm #19748

What access do you need?

 PaulV
March 4, 2013 at 12:40 pm #19760

i want to know the same in wordpress please

 tnawaz
March 4, 2013 at 2:09 pm #19778

@ tnawaz

that is for wordpress

 PaulV
March 4, 2013 at 10:24 pm #19795

@PaulV

We saw you have successfully styled the button.

@tnawaz

Just follow PaulV steps he posted above.

Best,
ThemeBurn team

March 5, 2013 at 4:37 pm #19829

HI,

Please help me. I cant find the folder/file: “catalog/view/theme/shoppica/template/module/shoppica/shoppica_information_menu.tpl”

I have a folder called “upgrade” with the folders: view/theme/shoppica/template/module in it but nothing more?

I would like to make a same menubutton as “buy this theme” on the examplepage.

I am using shoppica 1.4.2

March 31, 2014 at 2:02 pm #31300
Viewing 15 posts - 16 through 30 (of 31 total)
  • You must be logged in to reply to this topic.