Discussion on Shoppica – Premium OpenCart Theme

Discussion on Shoppica – Premium OpenCart Theme

Cart 6,481 sales
Well Documented

ThemeBurn does not currently provide support for this item.

2196 comments found.

is the index.php possible to not replace the original ? cause i also wanna install few template

You don’t have to replace it. Just read the install section in the documentation.

Dear ThemeBurn Team,

I just thought i let you know that whilst making a sagepay transaction which works fine. If you click on view your order history i get the following error below the final total.

Notice: Undefined variable: button_reorder in /xxxx/xxxx/xx/xxxxx.co.uk/xxxx/htdocs/catalog/view/theme/shoppica/template/account/order_info.tpl on line 123

Has this issue been experienced by any other users? This is a fairly important area for a online user so if any advice could be given on how to rectify this that would be great.

Thanks,

M

Hi,

This is fixed in the latest update, which is available for download.

We have also provided a files changelog, so you could only copy the new files.

Best regards,
ThemeBurn team

Hello. I hope a 1.5.1.1 version pretty soon!! Thanks

Hi,

The update has just been approved :)

Best regards,
ThemeBurn team

HI, can’t translate phrase “Inside” on main menu/

$_[‘menu_inside’] string on Shoppica language file not working.

// Main Menu $_[‘menu_inside’] =

please let me know on which file i can translate “Inside” word?

Hi,

This will be fixed in the next update that is awaiting approval.

Best regards,
ThemeBurn team

Have you published the new version with fixed bug because when i redownload the theme i have the one of 20.07.2011.

Regards,

Hi,

On 20th we have published Shoppica version 1.0.5, which unfortunately was not very stable.

The current version is Shoppica 1.0.7 and at the moment a 1.0.8 version is awaiting approval from TF staff.

I know that too many versions are coming in such a short period of time, but we constantly try to approve our product and too many subversions of OpenCart has been released.

We have included a files changelog too, for easier upgrade.

Best regards,
ThemeBurn team

hi, thanks so much for your efforts.

Is there any fast way to upgrade from 1.05 to 1.07? Still have to copy all files into corresponding folders?

Hi,

There is a files changelog in the item description. We will suggest to wait a bit however, because we have just submitted a new bugfix version.

Hopefully it will online soon.

Best regards,
ThemeBurn team

Maybe this one has been up before, however I can’t find any funtion to search through previous comments here on ThemeForest.net.

My question: Where can I find and edit the translation for the text strings located in box that appears in the upper right of the screen when I add a product to the cart?

Hi,

You can’t. This is a miss by us, which we have corrected in an update, that is currently awaiting approval. Let’s hope it will be soon.

Also, there will be a files changelog in the package, so you will be able to update easily from an older version.

Best regards,
ThemeBurn team

Hi, in http://shoppica.net/index.php?route=account/register when click in Privacy Policy where not to open with prettyPhoto?

Thanks?

Hi,

Indeed, there is a bug. We have submitted a new bugfix version, but it is still not approved. Let’s hope it will be soon.

Also, there will be a files changelog in the package, so you will be able to update easily from an older version.

Best regards,
ThemeBurn team

Hello-

How do I add product options? (i.e sizes: medium, large, XL, etc)

Thanks

Matt

Hi,

You need first to define the options from Catalog -> Options and then in every product, select the options you need.

Best regards,
ThemeBurn team

The options are visible in the product page, however, not sizes are available on the drop down.

Any suggestions?

Disregard last comment. Figured it out

Hi Guys,

Great theme,

(1) How would I go about adding an image into the ‘Info’ footer section?

(2) How do I remove the currency selector near the search bar?

Thanks!

Hi,

1) You cannot add a picture from the administration panel. You could try to manually hardcode this in the footer.tpl. Look for this line of code:

<p>&lt;?php echo $this?&gt;config->get('shoppica_footer_info_text')?&gt;</p>

and insert the image in the paragraph, just before the php variable.

2) The currency selector could be removed from the header.tpl. Search for #currency_form form and remove it.

Best regards,
ThemeBurn team

Thank you very much for all your help

is experiencing the following error when the page is accessed Ordering Information.

NOTICE : UNDEFINED VARIABLE : BUTTON_REORDER IN /HOME/STORAGE/F/EB/9F/MAGIE/PUBLIC_HTML/CATALOG/VIEW/THEME/SHOPPICA/TEMPLATE/ACCOUNT/ORDER_INFO.TPL ON LINE 123

Hi,

Indeed, there is a bug. We have submitted a new bugfix version, but it is still not approved. Let’s hope it will be soon.

Also, there will be a files changelog in the package, so you will be able to update easily from an older version.

Best regards, ThemeBurn team

Hey there guys loving the upgrade for the theme but can you let me know i have noticed that my scrolly thing on the top where the coming soon item is overhangs somewhat from the rest of the template and i need to let my designer know how to fix it

Can this be soon please guys, you have always been so far and need to get this changed xxxx

Also forgot to press the email thing once i get a reply so can it be emailed to the account that i have set up xx

Hi,

Could you tell us, which browser do you use and, which elements overlaps the small messages? We will be most grateful.

Best regards,
ThemeBurn team

:crying: :confused: I made a translation to brazilian portuguese of theme files, worked fine but I had notice a few errors: the checkout page doen’t work fine, also the left sidebar doen’t appear even I had setup to ‘left’. The image of like button doesn’t appear. I’m using the 1.5.0.5 opencart version. I really want to use your theme =(.

Hi,

Could you, please, provide purchase code, so we could provide support.

Best regards,
ThemeBurn team

Hi,

Where is the reviews tab in product details page :)

Best regards.

Hi,

Maybe you need to enable it first :)

This is done from:

System -> Settings -> Option -> Allow Reviews row

Best regards,
ThemeBurn team

I think i might have found a bug in the order history page.

there should be a drop down menu there for the actions

take a look please – http://bit.ly/nFOttK

Let me know if this was fixed, becuse i’m working on the 1.05 version since my client, who downloded it can not be reached… i hate my job

Hi,

Indeed, there is a bug. We have submitted a new bugfix version, but it is still not approved. Let’s hope it will be soon.

Also, there will be a files changelog in the package, so you will be able to update easily from an older version.

Best regards,
ThemeBurn team

Hi ThemeBurn guys and gals.

I enabled the Information in the Top Menu, but I want to edit out Affiliates. Already removed it from footer.tpl, just dunno where to go to remove it from the Top Menu.

Thanks again

Hi,

The information in the top menu is generated from the catalog/controller/module/shoppica.php. Your code to remove is at around line 976. Here it is:

$output .= '<li><a href="' . $this->_url->link('affiliate/account', '', 'SSL') . '">' . $this->language->get('text_affiliate') . '</a></li>';

Best regards,
ThemeBurn team

Thanks. Worked 100%. Now just have to update to 1.0.8 and apply all my customizations. Thanks again

Hi i noticed the new version is out, i was just wondering if you addressed the bug with the meta description not displaying in the search results list format? I have heavily modified the code so i would appreciate it if you could tell me what i need to add. Thanks

Hi,

What version of OpenCart do you use?

We have uploaded a files changelog for the Shoppica versions for OpenCart 1.5.x.

I’m currently using 1.4.9.5 and i’ve updated it quite a bit so upgrading to 1.5 isn’t really an option. Any suggestions?

1.5.1

your demo: http://www.imageupload.org/?d=65585F441

my theme: http://www.imageupload.org/?d=31869DA61

How can I do like the demo. thanks

Hi,

Whether to show the search or not, is configurable from the Extensions -> Modules -> Shoppica Theme CP -> Search bar visibility

Best regards,
ThemeBurn team

yes very nice :) thanks friend

how to show 6 product in latest product? I have choose 4(6 on homepage) and change the image size to 140px but mine still show 5 product.

Hi,

Go to Extensions -> Modules -> Latest products and change the number of products that you want to show :)

If this isn’t your case, give use your website address, ftp and admin access to check.

Best regards,
ThemeBurn team

Haha.i feel so stupid. Didn’t notice the change have been made in OC 1 .5.1

good night, I just find it a mistake on the part where the User checks your purchase, so I can see was a button to appear

Notice: Undefined variable: button_reorder in htt://loja.duhouse.com.br/catalog/view/theme/shoppica/template/account/order_info.tpl on line 123

Hi,

This is corrected in the fix that is awaiting approval. Hopefully, it will be online in a couple of hours.

Best regards,
ThemeBurn team

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey