Search found 24 matches

Search found 24 matches

Automatically Expand Checkout Fields / Remove Continue

Seeking any resolution to this issue - basically to have all checkout fields (Account & Billing Details, Address, Payment, Confirm, etc.) displayed without the need to click continue. Prefer a homebrewed (php / js) solution, but open to paid extensions so long as they work. I had only really fou...

Jump to post
  • Mon Sep 28, 2015 11:09 pm
  • Replies 1
  • Views 309
Re: How to remove "Step 4: Delivery Method" from checkout pa

I'm just bumping this because I'm having the same issue in version 2.0.1.1

None of the usual moves for eliminating steps from checkout that worked in 1.x are available. Any advice?

Jump to post
  • Wed Feb 25, 2015 4:52 am
  • Replies 23
  • Views 30074
Re: Recurring checkout PayPal Express returning errors

Having precisely the same issue with precisely the same errors.

Orders process through PayPal just fine, but on return all I get are the above undefined index errors.

Seriously hoping someone can point me in the right direction here as well.

Jump to post
  • Fri Dec 05, 2014 4:38 am
  • Replies 3
  • Views 788
Re: @tik Remove Add to Cart button for Out of Stock items 1.

Errr, nevermind. Wrong CSS class. Working just fine m8.

Jump to post
  • Wed Sep 05, 2012 12:58 am
  • Replies 104
  • Views 86520
Re: @tik Remove Add to Cart button for Out of Stock items 1.

Having a brutal time trying to customize this for Sellegance theme. Any ideas?

Example page: http://vault.packerfantours.com/index.p ... uct_id=191

Jump to post
  • Wed Sep 05, 2012 12:54 am
  • Replies 104
  • Views 86520
[?] Minimum Inventory Allowed

I'm curious if anyone can help me brainstorm a solution to a problem I have. I need to list products that we really only want to allow certain quantities sold (notably, tickets). For example, say we have a group of four tickets together to sell. I can set a minimum quantity of 2, and that way we onl...

Jump to post
  • Thu Aug 16, 2012 10:55 pm
  • Replies 1
  • Views 172
Re: Best method for updating option price?

I should also mention that I am willing to either pay, or entertain other possible solutions to the dilemma as well.

Jump to post
  • Tue Jul 10, 2012 12:06 am
  • Replies 1
  • Views 176
Best method for updating option price?

OC version: 1.5.3.1 Theme: Sellegance Issue: We use a product option price, rather than product price, to determine the cost of a given product, and regularly need to update those option values (and only those) to reflect price changes. For an example, please see the following page on our redesign b...

Jump to post
  • Mon Jul 09, 2012 11:31 pm
  • Replies 1
  • Views 176
Re: [RELEASED] Export/Import tool for OpenCart 1.5.3.x

Still on our to-do-list for the next release: Incremental Import Just to clarify, by "incremental support", do you mean I'll be able to import only the data I want to? i.e. I can remove columns and/or only upload partial catalogs for price/option updates? Really love the tool, works very ...

Jump to post
  • Fri Jun 08, 2012 1:50 am
  • Replies 174
  • Views 119813
Re: [vQmod] Remove step 3 in checkout

In the event anyone else needs to use this mod with the (seemingly common) Sellegance theme, the code can be obtained here: http://everthemes.com/site/knowledgebase/opencart/remove-step-3-in-checkout-vqmod/ Only thing you have to do is alter your language files to change the numbers of the steps. Ch...

Jump to post
  • Thu Jun 07, 2012 12:34 am
  • Replies 47
  • Views 45988
Re: [vQmod] Remove step 3 in checkout

Well, I was definitely able to remove the shipping address from checkout, but I'm having the same issue as Coen now with it not moving onto step 4. We do have guest checkout enabled if you're so inclined to have a look. To be clear, this is just the beta server for our redesign before we move it ove...

Jump to post
  • Wed Jun 06, 2012 5:10 am
  • Replies 47
  • Views 45988
Re: [vQmod] Remove step 3 in checkout

It's quite easy, actually. First, you hide the shipping div, then instead of displaying its contents (after the user has clicked continue on the previous step) you select the same address that is selected in the payment address step and trigger continue button. That's it basically, first two operat...

Jump to post
  • Wed Jun 06, 2012 4:52 am
  • Replies 47
  • Views 45988
Re: [vQmod] Remove step 3 in checkout

Hmmm, my VQMod.log actually isn't showing any errors either (well, none having to do with this - though it certainly makes clear that my store does not like Croatian). :laugh:

Jump to post
  • Wed Jun 06, 2012 4:07 am
  • Replies 47
  • Views 45988
Re: [vQmod] Remove step 3 in checkout

More likely because of the theme rather than some other extension. Check your vqmod.log for errors. Yeah, I think you're bang on there. A quick glance at the templates revealed the following when I went to search for: <div id="shipping-address"> ...all I found was... <section id="shi...

Jump to post
  • Wed Jun 06, 2012 4:03 am
  • Replies 47
  • Views 45988
Re: [vQmod] Remove step 3 in checkout

Appears to be working great, and resolves a major issue for me. Cheers. Edit: It's the damnedest thing, but this worked when I first tried it out this morning (I actually saw "Step 3" removed on refresh" - but now it doesn't seem to be working at all. Any ideas? OC 1.5.3.1 - stock, Se...

Jump to post
  • Wed Jun 06, 2012 12:10 am
  • Replies 47
  • Views 45988
Re: [RELEASED] Export/Import tool for OpenCart 1.5.3.x

Lovely work, J. Thank you for your diligence, looking forward to not relying on Sergio's mod anymore (though it should be noted that his mod was a very, very workable solution for me in the meantime). Cheers. Edit: For sure just did a trail run on some multi-store corrections and it worked flawlessl...

Jump to post
  • Tue Jun 05, 2012 11:55 pm
  • Replies 174
  • Views 119813
Re: [MOD] - Multi-Total Handling Fee (% or $)

Anyone know about compatibility with 1.5.3.1?

Jump to post
  • Tue Jun 05, 2012 4:11 am
  • Replies 38
  • Views 20676
Re: Displaying something other than $0 when no price is give

A little trick to make this a lot easier for you.. Remember all prices pass through the currency->format() function, even if they are 0 1. EDIT: system/library/currency.php (or system/helper/currency.php for certain versions) 2. FIND: $string = ''; 3. BEFORE, ADD: if ($format && (float)$val...

Jump to post
  • Mon Jun 04, 2012 11:02 am
  • Replies 63
  • Views 65404
Re: [RELEASED] Export/Import tool for OpenCart 1.5.0.x

Melon wrote:It was aimed at JNeuhoff
Yes, clearly. That doesn't mean I wouldn't take it.

Regardless, Sergio's hack works just fine for me.

Jump to post
  • Mon Jun 04, 2012 10:44 am
  • Replies 544
  • Views 293330
Re: [RELEASED] Export/Import tool for OpenCart 1.5.0.x

Melon wrote:I have edited the file to work with 1.5.3.1.. you want this?
... me too ;D

Jump to post
  • Sun Jun 03, 2012 7:31 am
  • Replies 544
  • Views 293330

Search found 24 matches