Search found 62 matches

Search found 62 matches

A VQMod question!

Hey all, So I decided to install VQMod to customize core Opencart files. I've been working with VQMods for several months without no issues. However, today I was testing my online store and found something weird - When I log in as a customer, in the footer the background changes and a text appears &...

Jump to post
  • Wed Jun 11, 2014 6:05 pm
  • Replies 2
  • Views 395
Link to cart page via shopping cart

Hi guys,

Basically, I want the total (1 item(s) - £237.00) to be a link to the cart page.

It might be rather easy but I can't seen to find a way around this.

I wondered if there was someone to point in the direction of what to place into the cart files.

Thanks

Jump to post
  • Wed Jun 04, 2014 1:09 am
  • Replies 1
  • Views 314
Add Multi-store option in User Group

So OK, I've been for the last few months trying to figure out how to have multiple admin users but assigning that user to a multi-store. This could be adding products onto their website without having to select their store within the 'Products' section or just having a moderator on that store. To me...

Jump to post
  • Wed Apr 16, 2014 5:05 pm
  • Replies 2
  • Views 702
Re: Updating Minicart

Remove the shopLink to see if that works. Maybe that's somehow stopping the refresh. Of course its not going to look pretty but just for testing reasons.

Jump to post
  • Thu Feb 20, 2014 1:18 am
  • Replies 8
  • Views 1309
Re: Updating Minicart

Here is my cart.tpl - <div id="cartwrapper"> <div id="cart"> <div id="cart-text"> <a href="<?php echo $cart; ?>"><span id="cart-total"><?php echo $text_items; ?></span></a></div> </div> <a href="<?php echo $cart; ?>"><img src="catalog/...

Jump to post
  • Thu Feb 20, 2014 12:43 am
  • Replies 8
  • Views 1309
Re: Updating Minicart

Oh, there's a fix.

See my post -
http://forum.opencart.com/viewtopic.php?f=20&t=120181

Basically, I can move the total around but I can't change the text styles, nor remove the hyperlink.

I just simply made a div called cart-text and used that to move the total around.

Jump to post
  • Thu Feb 20, 2014 12:35 am
  • Replies 8
  • Views 1309
Re: Updating Minicart

I had a similar and having an issue to get around it.

Basically, you have edited the cart.tpl in module/cart.tpl. Changing the id - cart-total will stop the cart from refreshing. However, if you add the cart-total back in, you will lose your style.

But anywho, that's how you fix it.

Jump to post
  • Thu Feb 20, 2014 12:12 am
  • Replies 8
  • Views 1309
Mini cart total amount link, somewhere!

So OK, I'm trying to get rid of the drop down mini cart box and succeed. However, now I'm with an issue but a weird one. Basically, I have kept the total amount which states how many items are in the basket and how much - (1 item (s) - £100). Now, having edited the cart.tpl file, I understand that I...

Jump to post
  • Thu Feb 20, 2014 12:09 am
  • Replies 1
  • Views 540
Basic mini cart!

Hey all, I'm currently trying to slim the mini cart (placed within the header.tpl as <?php echo $cart; ?>). I wanted just a simple header saying cart, showing the quantity of basket and total. However, the cart style isn't going all so well. oc.jpg Basically, as you can see. The cart isn't within th...

Jump to post
  • Wed Feb 19, 2014 1:49 am
  • Replies 1
  • Views 467
Re: Remove Grid View

Just simply remove a part of code in 1 of your template files. Go to - catalog\view\theme\{yourtheme}\template\product and locate the file category.tpl In there, find the code - <div class="display"><b><?php echo $text_display; ?></b> <?php echo $text_list; ?> <b>/</b> <a onclick="dis...

Jump to post
  • Tue Aug 27, 2013 4:21 pm
  • Replies 3
  • Views 1566
Re: OScommerce and Opencart

From my experiences with both OScommerce and Opencart, I found that OScommerce was to....... ermm... rubbish basically. It's not user friendly, horrible to modify and just not a nice tool to use. The thing I like about Opencart is its easy to modify, user friendly and just a nice shopping cart to wo...

Jump to post
  • Tue Aug 27, 2013 4:16 pm
  • Replies 4
  • Views 448
Re: Multiple Page Checkout?

Bump

Any have any knowledge of this checkout system? Very urgent to know

Jump to post
  • Fri Aug 23, 2013 9:40 pm
  • Replies 3
  • Views 918
Re: Multiple Page Checkout?

Because I don't really like the single page setup. I want the multiple page solution

Jump to post
  • Mon Aug 19, 2013 6:06 pm
  • Replies 3
  • Views 918
Multiple Page Checkout?

Hi all, several months ago I found a multiple page checkout module (or mod) but now I am unable to find it at all. The checkout I am looking for is when customers flick through the checkout, there won't be javascript drop downs, it will be multiple pages, aka - index.php?route=account/login, index.p...

Jump to post
  • Mon Aug 19, 2013 4:40 pm
  • Replies 3
  • Views 918
Re: Removing the login

Actually, that's not to bad of an idea. It's just really bypassing the OpenCart login page if user and pass is correctly entered in master form.

What I was also thinking is using a IP block to stop other IP's from accessing the master and Opencart login page. That would secure the page nicely.

Jump to post
  • Thu Jul 11, 2013 2:49 pm
  • Replies 2
  • Views 279
Removing the login

Hi all, I would like to remove the login on Opencart, meaning when directing to ..../admin it will just place me straight into Opencart without needing user and password. Is there something I need to know before removing the login page and removing the coding? Now, I bet you are thinking "why t...

Jump to post
  • Wed Jul 10, 2013 3:52 pm
  • Replies 2
  • Views 279
Re: Auto-Complete is terrible. Please make it go away.

Thank god I'm not the only one who thinks the auto-complete is butter rubbish.

Basically, I can't see why there shouldn't be a listbox (limit sized) with a scroll bar. Leave the auto-complete text box for shops which have long amounts of data.

Jump to post
  • Wed Jul 03, 2013 5:28 pm
  • Replies 15
  • Views 8332
Is Opencart what I'm looking for

Hey all, I've just got a simple question - Is opencart really what I'm looking for? So ok, here is what I want and the situation - A friend asked me about an e-commerce website, this was around 3 years ago. I had no knowledge of how to create such websites, so I Googled. My first find was Prestashop...

Jump to post
  • Wed Jul 03, 2013 5:20 pm
  • Replies 1
  • Views 428
Re: NAVIGATION BAR

First answer - Yes, change the stylesheet div - #menu > ul > li ul > li > a { text-decoration: none; padding: 4px; color: #FFFFFF; display: block; white-space: nowrap; min-width: 120px; } Add a font-size: 12px; or whatever and this will increase font size when a drop down menu of your category. Seco...

Jump to post
  • Sat May 25, 2013 5:13 am
  • Replies 9
  • Views 4469

Search found 62 matches