Search found 19 matches

Page 1 of 1

Search found 19 matches

Customer transactions do NOT show up unless logged in as cus

Hi, I can LOGIN as Customer from the Customer menu and if I do that, and View Order History, all the orders show up fine, but, if I try to view from Admin side, nothing shows up? In admin I cannot view Customer Transactions from the Customers menu? History and Transactions show NOTHING, I installed ...

Jump to post
  • Fri Jul 10, 2015 11:43 pm
  • Replies 0
  • Views 186
Anything like: Show. See. Sold. available in OpenCart or Ext

Hi, I see this very interesting showcase for products, wondering if anyone has this as an extension, or is considering it, or something like it - very powerful? Here's a link: https://apps.shopify.com/show-see-sold Can anyone let me know of an extension, theme, or OpenCart option to pull this off? T...

Jump to post
  • Wed Apr 08, 2015 12:57 am
  • Replies 0
  • Views 164
Checkbox Options do not show up in cart?

Hi, I'm running 1.5.6.1, I've added quite a few extensions, but now this problem is baffling me? Why is it that when I add multiple checkbox options (values) to a product, if someone checks those and Adds the Product to Cart, the options that were selected do NOT show up in the cart? Here's an examp...

Jump to post
  • Sat Feb 07, 2015 5:38 am
  • Replies 0
  • Views 305
Re: Two Email confirmation text options?

Hi, Thanks, I have it working now, code is below. But how do I relocate focus to the element in jquery? For example if Email Address1 is bad, refocus to that element after closing the alert, or Address2 if that is bad? Here is the code piece to find the 2nd and 3rd field elements on the form (the fi...

Jump to post
  • Fri Oct 31, 2014 1:48 am
  • Replies 7
  • Views 680
Re: Two Email confirmation text options?

Hi UkSitebuilder, Thanks, interesting approach - actually they are the 2nd and 3rd option on that product, can I change your code to read: var email1_option_id = $("input[name*='option']:second").attr("name"); var email2_option_id = $("input[name*='option']:nth(1)").att...

Jump to post
  • Fri Oct 31, 2014 12:52 am
  • Replies 7
  • Views 680
Re: Two Email confirmation text options?

Hi uksitebuilder, Thank you, that's good - OOps - I see one problem. The ID number I enter there, is the one I can only get from Inspect element when I am on the product page (for example: 282, and 294), however when I add another product with those options, the Option ID is now different (286 and 2...

Jump to post
  • Thu Oct 30, 2014 9:30 am
  • Replies 7
  • Views 680
Two Email confirmation text options?

Hi Everyone, I've gotten stuck with some OC 1.5.6.1 modifications. Basically I need to create 2 Product Options (Email1, and Email2), each of these Options need to first - validate that there is an Email address entered in the box, otherwise exit, and second, after the 'Add To Cart', or when the 2nd...

Jump to post
  • Wed Oct 29, 2014 10:41 am
  • Replies 7
  • Views 680
Re: How to pass a form value properly from Checkout to Confi

Pete, Please refer to my previous post, I just want to post one var, 'newsletter', from the quickcheckout/checkout page through to the final [Confirmed] page (order success), and be able to read that variable on the order success page. I'm sure you have an easy solution to this, it can't be more the...

Jump to post
  • Wed Oct 01, 2014 2:04 am
  • Replies 4
  • Views 861
Re: How to pass a form value properly from Checkout to Confi

Hi Dfumagali, In every model you have to add a field (if it has to be stored in a database). If you don't have to store the setting you can sometimes just alter controllers and views (and languages!) to chain post it, other times you have to include it in the session and then it gets really funky, b...

Jump to post
  • Wed Oct 01, 2014 2:00 am
  • Replies 4
  • Views 861
Re: OpenCart pages not showing up in SERPS

HI, I have done a huge amount to make the site friendly towards search engine Do you mean like naming your header image an incredibly unique: header2.jpg? Or, naming your logo web-logo.png? To be honest, those are going to do way more harm than good. Start with renaming your images, that would be a ...

Jump to post
  • Wed Sep 24, 2014 8:38 am
  • Replies 9
  • Views 1315
How to pass a form value properly from Checkout to Confirm?

Hi, I'm new to customizing OpenCart. I've customized some parts of OpenCart before, but I'm trying to do something which should be very simple and I'm not having good luck with this one. What I've done is add a form variable 'newsletter' to the /checkout page (I'm actually using QuickCheckout, so th...

Jump to post
  • Fri Sep 19, 2014 9:18 pm
  • Replies 4
  • Views 861
Pass form variable from Checkout page to Confirm Order page?

Hi, I'm new to customizing OpenCart. I've customized some aspects of 1.5.6.1, and I'm trying to do something which should be very simple but I'm having a very hard time. What I've done is add a form variable 'newsletter' to the /checkout page (I'm actually using QuickCheckout, so the page is at: rou...

Jump to post
  • Fri Sep 19, 2014 4:28 am
  • Replies 0
  • Views 968
Re: Price Slash without using SPECIALS

Hi, There's no easy way to get the slashed through price without using Specials. I would recommend setting a Special for each product, and then set a second Special (with higher priority) for ones on clearance sale. Wow, really? I wondered this myself. I'm used to using a cart that has 3 prices: Sta...

Jump to post
  • Wed Jun 25, 2014 3:39 am
  • Replies 8
  • Views 1580
Re: Limit Add To Cart on Products?

Hi, @grgr - thanks, I used some your module for the basis of my code. I got it working, but I also had to remove the ability to Update/Add to Quantities on the View Cart page, overall I'm happy with how it turned out, works a charm. @billynoah: Once you've got FirePHP installed and working you can l...

Jump to post
  • Wed Jun 25, 2014 3:23 am
  • Replies 6
  • Views 56964
Re: Limit Add To Cart on Products?

Hi, to disable the Add To Cart button from jQuery code. Thanks, does anyone know if there already a module out there that does that? I'm new to OC development and don't think I have the chops to create a module, that's why I've been coding inline - directly in the files. On the other hand, I'm not s...

Jump to post
  • Fri Jun 20, 2014 10:53 pm
  • Replies 6
  • Views 56964
Limit Add To Cart on Products?

Hi, I think I have the right place to post this. I'm trying to customize OC 1.5.6.1, specifically the Add To Cart controller, but I'm having a very hard time trying to do something. Can someone please help me out? I'm trying to limit Add To Cart on a specific group of Products (which I match by Prod...

Jump to post
  • Fri Jun 20, 2014 10:07 pm
  • Replies 6
  • Views 56964
Re: Order Confirmation Email

Hi,

Interesting, is it like that with all payment types, or do I have a VQMOD interfering? I cannot get any Status Update notification emails to go out to my customers? I've tested with stock PayPal Standard Payment type, and Intuit QBMS, but nothing comes to the customer email?

TIA,
-Brett

Jump to post
  • Mon May 26, 2014 11:00 am
  • Replies 5
  • Views 1018
Re: Writing an extension - how-to?

Hi Butte, Thank you for the references! I did see some of those, including the generator (but it seemed it ended with some bugs), still looks promising, and I'll start with that, and the OpenCart Local (however that installation only goes to 1.5.1.3, my guess is I just use that, and then copy over t...

Jump to post
  • Thu Apr 24, 2014 12:46 pm
  • Replies 2
  • Views 686
Writing an extension - how-to?

Hi, As a web-developer, online store-owner and database engineer for years. I'm recently in the process of moving my SunShop store over to OpenCart. I'm impressed so far with what I see, very impressed. I originally came from my own custom coded cart, to Miva Merchant cart, then SunShop, and now Ope...

Jump to post
  • Mon Mar 17, 2014 9:26 am
  • Replies 2
  • Views 686

Page 1 of 1

Search found 19 matches