Search found 75 matches

Search found 75 matches

Re: [MOD/vQmod] - Only Generate Single Temp Order Id

Qphoria wrote:You don't need this with journal2 checkout. They don't update the order id until you hit the final confirm button.
Thanks Q for the clarification.

onnets

Jump to post
  • Sun Mar 06, 2016 7:51 pm
  • Replies 123
  • Views 149177
Re: [Help] Add Custom Fields To Admin Order Form (OC2.1)

Can anyone show me how to add ref_no in ADMIN ORDER FORM? I need a ref_no so that I can put a value when adding new order. I have already create ref_no in database order table. I just not sure how to modify in the files because OC2 now use API to create order. Please teach me where to modify the fi...

Jump to post
  • Fri Mar 04, 2016 6:05 pm
  • Replies 6
  • Views 5356
Re: [MOD/vQmod] - Only Generate Single Temp Order Id

It's a personal preference. Only you can decide if you want to create the single temp order ID or not. Yes, I know this. I want to use this but just as Q said: But some checkout systems don't generate the id until after you hit confirm so it might not even be necessary. So, my question is does Jour...

Jump to post
  • Fri Mar 04, 2016 3:59 pm
  • Replies 123
  • Views 149177
Re: [MOD/vQmod] - Only Generate Single Temp Order Id

Hi,

Sorry. Just asking here in case someone knows. I am using Journal2 Quick Checkout. Do I need this file?

Thanks.
Onnets

Jump to post
  • Wed Mar 02, 2016 1:29 pm
  • Replies 123
  • Views 149177
Re: [Help] Add Custom Fields To Admin Order Form (OC2.1)

IP_CAM wrote: Address Landmark (OCMOD)
http://www.opencart.com/index.php?route ... n_id=20806
This is what gogoweb is pointing in the code but the problem is that the value did not save in the database.

Any help you can give?

Thanks,
Stenno

Jump to post
  • Sat Feb 13, 2016 12:26 pm
  • Replies 6
  • Views 5356
Re: [Help] Add Custom Fields To Admin Order Form (OC2.1)

Hi gogoweb,

I have follow your instruction. But the ref_no value did not store in the database. Can you help further?

Thanks,
onnets

Jump to post
  • Sat Feb 13, 2016 12:24 pm
  • Replies 6
  • Views 5356
[Help] Add Custom Fields To Admin Order Form (OC2.1)

Hi, Can anyone show me how to add custom field in admin order form? I need a ref_no so that I can put a value when adding new order. I have already create ref_no in database order table. I just not sure how to modify in the files because OC2 now use API to create order. Please teach me where to modi...

Jump to post
  • Fri Feb 12, 2016 11:59 pm
  • Replies 6
  • Views 5356
Re: Summernote not empty issue

Hi Reptile,

In admin/view/javascript/summernote/summernote.js

Look for:

Code: Select all

emptyPara: '<p>' + blankHTML + '</p>',
Change it to:

Code: Select all

emptyPara: '',
That's it.

Regards,
onnets

Jump to post
  • Wed Feb 10, 2016 4:18 pm
  • Replies 4
  • Views 5044
Re: New products not show on home page

Hi,

I am using oc 1.5.6.4. I just found out that my added products is not showing in category and search result. But it is showing in latest module.

I have already check that the product is assigned a category and that category is enabled.

Any solution for this? Please help.

Thanks,
onnets

Jump to post
  • Sat Jun 20, 2015 9:30 pm
  • Replies 24
  • Views 25633
[Request] Auction site API integration with opencart

Hi all, I am looking for someone who can create an extension that can post my products to an auction site and also be able to get the order from the auction site into my opencart. I have been given an API documentation and I do not understand how to implement it. Can someone please help. I will pay ...

Jump to post
  • Sat Jun 06, 2015 9:27 am
  • Replies 2
  • Views 551
Re: How can I get countries from Customer Page

Hi allenshea,

Do you have any update how to work on this?

Regards,
Stenno

Jump to post
  • Fri Jan 16, 2015 5:06 pm
  • Replies 8
  • Views 4034
Re: Filter module opencart 1.5.5.1 - Guide?

Is there a way to make the filter module dropdown instead of checkbox. I have color filter with 20++ color and it fill all my left column not to mention I have other filter too. I am not sure if you have considered this but a drop down will only allow one selection each time. As an alternative, in ...

Jump to post
  • Mon Sep 23, 2013 12:52 pm
  • Replies 109
  • Views 105072
Re: Filter module opencart 1.5.5.1 - Guide?

Is there a way to make the filter module dropdown instead of checkbox.
I have color filter with 20++ color and it fill all my left column not to mention I have other filter too.

Thanks

Jump to post
  • Sun Sep 08, 2013 4:11 pm
  • Replies 109
  • Views 105072
Mod needed! Products HTML codes

Hi, I would like to know if someone can make me a mod for admin product that can pull all the data from a listing and change it to HTML code so that I can post it to other auction site or ebay? The HTML button will be in admin product page just below the edit button. http://www.boimage.bolomie.com/p...

Jump to post
  • Tue Jul 30, 2013 9:23 am
  • Replies 1
  • Views 888
Re: [Help] Affliate tracking autocomplete from name to model

Hi ocmta, Thanks for your extension. It works great. Now I am figuring out how to make the affiliate from http://www.bolomie.com/&tracking=onnets to http://www.bolomie.com/?tracking=onnets. & is not working and when I change the site to ? it works. The problem is I don't know how to code it....

Jump to post
  • Tue Jul 09, 2013 8:06 am
  • Replies 11
  • Views 1967
Re: [Help] Affliate tracking autocomplete from name to model

Hi ocmta, Thank you for the code. For your Customer and Affiliate Accounts Combined into one Account, 1. can you add a username for tracking so that affiliate can choose their tracking name instead of random tracking? (not username for login to account or affiliate. It is the tracking username to de...

Jump to post
  • Mon Jul 08, 2013 10:16 am
  • Replies 11
  • Views 1967
Re: [Help] Affliate tracking autocomplete from name to model

This is line 106: $sql .= " OR LCASE(p.model) = '" . $this->db->escape(utf8_strtolower($data['filter_name'])) . "'"; replace it with: $sql .= " OR LCASE(p.model) LIKE '" . $this->db->escape(utf8_strtolower($data['filter_name'])) . "%'"; Thank you for the code...

Jump to post
  • Sat Jul 06, 2013 10:22 pm
  • Replies 11
  • Views 1967
Re: [Help] Affliate tracking autocomplete from name to model

Hi Ocmta, Did not modify anything except adding a homepage link into it. But I manage to find out the problem. I am using my mouse to paste the model number. That is why it did not show. I don't know much about how autocomplete works but when I type in or paste using ctrl + v, it shows. http://www.b...

Jump to post
  • Sat Jul 06, 2013 9:30 pm
  • Replies 11
  • Views 1967
Re: [Help] Affliate tracking autocomplete from name to model

Hi ocmta,

I have tried many times and the autocomplete only recognize the name. When I try model, nothing show up. I am using OC 1.5.4.1 by the way.

Can you help to see what happen?

Thanks

Jump to post
  • Sat Jul 06, 2013 5:33 pm
  • Replies 11
  • Views 1967

Search found 75 matches