Search found 39 matches

Search found 39 matches

Looking For Extension Developer for Custom Product Extension

Hello, We are currently looking for a developer to either make alterations to an existing extension or to create an extension. We are currently using this product designer extension http://opencart.tshirtecommerce.com/index.php?route=tshirtecommerce/designer&parent_id=50&product_id=70 . We a...

Jump to post
  • Tue Jan 30, 2018 12:03 am
  • Replies 3
  • Views 472
Re: Can OpenCart do this for me?

If I'm reading TaxCloud's documentation correctly, I have to collect and remit sales tax in 24 states ( not including New York) in order to get the free service, otherwise it's a $10 monthly fee. They say that the states pay them to handle sales tax collection (ensure compliance), so someone in Iow...

Jump to post
  • Wed May 17, 2017 3:07 am
  • Replies 7
  • Views 862
Re: Can OpenCart do this for me?

Any other comments or suggestions, anyone, particularly with regards to handling sales tax? Hello MrPhil, I was taking a little look into your tax questions. I found that other carts were using a tool called Taxcloud which is a free U.s sales tax management service.If your not already using it it m...

Jump to post
  • Wed May 17, 2017 2:18 am
  • Replies 7
  • Views 862
Re: Top menu only showing on home page

If you are offering some help then let me know what info you'd like and I'll post it. If you aren't, then have a nice weekend If anyone else would like to offer some assistance The URL is https://shop.rhpackaging.com The image below is the the section that appears on the home page but when you clic...

Jump to post
  • Sat May 13, 2017 12:16 am
  • Replies 4
  • Views 626
Re: Remove Cheque and Bank Transfer from Affiliate Payment Options

Hello! I am trying to remove the options for Cheque and Bank Transfer when Affiliates sign up. I want to only give them the option of Paypal payments. Does anybody know how I can do this? I am running Opencart 2.0.3.1 Thanks! Hello Misdirekted, You can comment out the bank and cheque options from t...

Jump to post
  • Fri May 12, 2017 4:28 am
  • Replies 4
  • Views 444
Re: Remove Cheque and Bank Transfer from Affiliate Payment Options

Hello! I am trying to remove the options for Cheque and Bank Transfer when Affiliates sign up. I want to only give them the option of Paypal payments. Does anybody know how I can do this? I am running Opencart 2.0.3.1 Thanks! Hello Misdirekted, You can comment out the bank and cheque options from t...

Jump to post
  • Fri May 12, 2017 3:01 am
  • Replies 4
  • Views 444
Re: Order history change - alert text

Iam pretty sure alert message (positive or negative) has nothing to do with extensions. Since you got the exact same allert message on demo of opencart. The only way the alert message could be to do with extensions is if the extension defines its own set of alerts. For example the Journal Theme use...

Jump to post
  • Thu May 11, 2017 11:31 pm
  • Replies 7
  • Views 1814
Re: Order history change - alert text

Quish wrote:
Thu May 11, 2017 9:58 pm
Hello acidrs,
thanks for your reply. I already checked sale/order language, model and controller files. No luck tho :/
Are you using any extensions for your orders or using a template for your store.

Jump to post
  • Thu May 11, 2017 10:01 pm
  • Replies 7
  • Views 1814
Re: Order history change - alert text

Hello all, Iam using OC 2.1.0.1 and I run into a little inconvenience. When I add history to order (lets say from Pending to Finished) alert tab appear informing me it was successfully done. Nothing wrong with that, BUT I need to change the text. Since it says this "You order has been successf...

Jump to post
  • Thu May 11, 2017 9:56 pm
  • Replies 7
  • Views 1814
Re: How to hide the Add to Wish button --> Opencart 2.3.0.2

Hi Maor, There are a few free extensions that can remove / Hide the wishlist form your store https://www.opencart.com/index.php?route=marketplace/extension&filter_download_id=47&filter_search=wishlist&filter_license=free For your needs with hiding the wishlist from a guest user i would p...

Jump to post
  • Thu May 11, 2017 12:48 pm
  • Replies 3
  • Views 343
Re: Add Custom Column to Admin Product List

Care to share what it was I had for some unknown reason entered if (isset($this->request->post['custom'])) { $data['custom'] = $this->request->post['custom']; } elseif (!empty($product)) { $data['custom'] = $product['custom']; } else { $data['custom'] = ''; } What i need to have was if (isset($this...

Jump to post
  • Wed May 10, 2017 4:34 am
  • Replies 13
  • Views 7233
Re: Add Custom Column to Admin Product List

Alright its all fixed. I had an issue in my controller product.php.

Jump to post
  • Wed May 10, 2017 4:29 am
  • Replies 13
  • Views 7233
Re: Add Custom Column to Admin Product List

Ok i seem to be having a new issue. If i edit a product and go under the data tab and enter a value in "Custom" field and hit save the data gets added to the DB. I can see this on the product_list page under the "Custom" Column, where it will display the value defined in DB. What...

Jump to post
  • Wed May 10, 2017 3:19 am
  • Replies 13
  • Views 7233
Re: Add Custom Column to Admin Product List

You should add a line in your admin/controller/catalog/product.php. $data['products'][] = array( 'product_id' => $result['product_id'], 'image' => $image, 'name' => $result['name'], 'model' => $result['model'], 'price' => $result['price'], Insert line : 'custom' => $result['custom'], $data['product...

Jump to post
  • Tue May 09, 2017 9:33 pm
  • Replies 13
  • Views 7233
Re: Add Custom Column to Admin Product List

This may also help you out.... http://www.php-dev-zone.com/2015/01/how-to-add-custom-product-field-in.html Hi cyclops, Thanks for your suggestions. The link for php-dev i have already completed and is in place. I didnt have any issues with that tutorial and was able to create a vqmod to assist with...

Jump to post
  • Tue May 09, 2017 4:39 am
  • Replies 13
  • Views 7233
[SOLVED] Add Custom Column to Admin Product List

Hello, I have added a custom column to the products table and added a field in the product_form.tpl. I am now trying to add a column to the products list page in the admin panel but am getting an "Undefined index" error. The files i have added to are as follows In admin/model/catalog/produ...

Jump to post
  • Mon May 08, 2017 11:51 pm
  • Replies 13
  • Views 7233
Re: Allow Affilaite to change Tracking code

Not had a chance to look at this, but that screen just generates URL code, you'd be better to add tracking code to field to affiliate account screen as edit functionality already there. Be warned though, i'm sure it will orphan any historical data for that tracking code, would be okay to change if ...

Jump to post
  • Thu Feb 16, 2017 3:42 am
  • Replies 9
  • Views 2466
Re: Allow Affilaite to change Tracking code

I think I've been going about this the wrong way. From looking at the tracking code page in the affiliate account everything needed is already in place. The tracking code textarea is already editable as seen below http://i68.tinypic.com/o5x09k.jpg So the only functionality that needs to be added to ...

Jump to post
  • Tue Feb 14, 2017 1:29 am
  • Replies 9
  • Views 2466
Re: Allow Affilaite to change Tracking code

Scratch that, I have looked at tracking but hadn't looked at affiliates before but now I see that only tracking code is required and that handles affiliates. So I assume that what you originally wanted was to be able to change the affiliate tracking code that is automatically generated for each new...

Jump to post
  • Mon Feb 13, 2017 2:17 am
  • Replies 9
  • Views 2466
Re: Allow Affilaite to change Tracking code

Ok I've tried to go a different route by using the existing tracking files in the catalog side and tried to mirror the information in the admin side. So the three files i am working with are catalog/controller/affiliate/tracking.php catalog/language/en-gb/affiliate/tracking.php catalog/view/theme/de...

Jump to post
  • Sun Feb 12, 2017 3:02 am
  • Replies 9
  • Views 2466

Search found 39 matches