Search found 31 matches

Search found 31 matches

Strange error only for me

I was using a different template but was not feeling good with it. So i bought "Themeforest-dropshipper" Template. I uploaded and it was really awesome and i like it alot. But the problem occurs only in one place which disappoints me alot. When i got to shopping cart with no products, i do...

Jump to post
  • Sun Jun 17, 2012 3:25 am
  • Replies 3
  • Views 1795
Aramex Shipping Integration

Hello, We are in need of Aramex Integration. We already have an account with them, we want a module that integrates aramex with our ecommerce store in India. It should have the following features 1. It should create shipment, create and cancel pick up requests and generate a airway bill number for e...

Jump to post
  • Tue Jun 12, 2012 2:06 pm
  • Replies 1
  • Views 1137
Re: Pass Country name instead of Country ID to Payment Gatew

Hi Harish Open up the payment gateway controller in /catalog/controller/payment/ (I'm guessing the file name is "ebs.php") Then find the offending code by searching for country_id Hopefully there will only be one instance. Basically just replace the variable with a text value in quotes Ki...

Jump to post
  • Thu Jun 07, 2012 11:05 pm
  • Replies 6
  • Views 2286
Re: Pass Country name instead of Country ID to Payment Gatew

i Again request everyone. Some one please please help me regarding this issue. It will help all others using such different payment gateways.

They dont need country id, they want to pass country name to PG. so it helps many. Please someone!!

Jump to post
  • Thu Jun 07, 2012 12:27 pm
  • Replies 6
  • Views 2286
Re: Pass Country name instead of Country ID to Payment Gatew

The site is having some customers and some daily sales. So i am afraid to make a trial on my own by changing the code. So some expert please help me how to proceed. I am really stuck up!

Jump to post
  • Wed Jun 06, 2012 12:41 am
  • Replies 6
  • Views 2286
Re: Pass Country name instead of Country ID to Payment Gatew

Hi Harish Open up the payment gateway controller in /catalog/controller/payment/ (I'm guessing the file name is "ebs.php") Then find the offending code by searching for country_id Hopefully there will only be one instance. Basically just replace the variable with a text value in quotes Ki...

Jump to post
  • Tue Jun 05, 2012 11:09 am
  • Replies 6
  • Views 2286
Pass Country name instead of Country ID to Payment Gateway

Hey, I use ebs payment gateway in India. Today i got a mail from them stating that they are getting Country as 99 instead of India. 99 is my Country ID for India in Opencart. Can someone help me how to change in the API to send Country name to the payment gateway instead of Country ID. Please Regard...

Jump to post
  • Mon Jun 04, 2012 10:28 pm
  • Replies 6
  • Views 2286
Re: Can the initial Order ID be changed?

Is there any maximum limit or digit limit in this?

like i want to add like 2012050001 for 2012 May from order number 1, and for next month i need to increment it to 201206 etc

Jump to post
  • Thu May 17, 2012 3:25 am
  • Replies 15
  • Views 19315
Re: Undefined variable: order_id in public_html/catalog/c

I also get the same error.

It happens when we click the order link in the email and the customer id is not logged in.

The above code given by "DoCBReeD" works perfectly and its solved now.!! Cool

Jump to post
  • Thu May 17, 2012 3:12 am
  • Replies 6
  • Views 7442
Re: Opencart 1.5.2.1 Search Problem

Instead of using a mod, there isnt a way to clear the bug manually with some codes?

Jump to post
  • Mon May 14, 2012 1:40 pm
  • Replies 2
  • Views 350
Opencart 1.5.2.1 Search Problem

Hi I use Opencart 1.5.2.1 and i have a problem with search. If i search "Nikon p510" its showing all the cameras in Nikon ( the first keyword ) and p510 is also displayed if i search with a space like "Nikon ", all the products from the store which do not contain the term "n...

Jump to post
  • Fri May 11, 2012 11:56 pm
  • Replies 2
  • Views 350
Re: Display Particular part of description in another place

Can you get me a way to get it displayed like in the requirement.png. a double columned ? Try this, <?php if ($attribute_groups) { ?> <?php foreach ($attribute_groups as $attribute_group) { ?> <?php if ($attribute_group['name'] == 'Key Features') { ?> <ul id="additionalInfo"> <?php foreac...

Jump to post
  • Fri May 11, 2012 4:17 am
  • Replies 8
  • Views 1620
Re: Display Particular part of description in another place

i dont want to remove the description , i just want to add additional text Not sure you undertsand what my mod does since it does not remove the description but simply moves it up next to the image (as you requested) and then adds an extra tab for more text...just like you requested. Glad to see yo...

Jump to post
  • Thu May 10, 2012 10:30 pm
  • Replies 8
  • Views 1620
Re: Display Particular part of description in another place

Instead, you can use product attribut as additional information . You are awesome!! I got it working, can you help me with one more thing I used this code <?php if ($attribute_groups) { ?> <table class="attribute"> <?php foreach ($attribute_groups as $attribute_group) { ?> <?php if ($attr...

Jump to post
  • Thu May 10, 2012 7:48 pm
  • Replies 8
  • Views 1620
Re: Display Particular part of description in another place

MrTech wrote:I think my mod Product Promotion Plus may do what you need, please take a look.
i dont want to remove the description , i just want to add additional text

Jump to post
  • Thu May 10, 2012 2:57 pm
  • Replies 8
  • Views 1620
Display Particular part of description in another place

Hi, I have an Opencart Store in India I have a minor requirement. Eg. If i list a digital camera, i want to show keyfeatures like "14.1 Megapixel, 5x Optical Zoom, CMOS" etc around 5 features in a list view. I want this to appear near the product image where the title, price and etc are di...

Jump to post
  • Thu May 10, 2012 1:39 pm
  • Replies 8
  • Views 1620
Re: Category meta tag description

is there a way to make the meta box accept and display HTML?

Jump to post
  • Mon Apr 23, 2012 7:44 pm
  • Replies 6
  • Views 2429
EMAIL SMTP Error

I get this error when i try to update the order status in the dashboard. I have setup Gmail SMTP Settings to my opencart. Warning: fsockopen() expects parameter 5 to be double, string given in /home2/yourunlo/public_html/bigwebservices/opencart/system/library/mail.php on line 153Notice: Error: () in...

Jump to post
  • Sat Apr 14, 2012 10:45 pm
  • Replies 2
  • Views 2797
Re: Display data from database

in what ever table i can add a custom field and echo it with

Code: Select all

<?php echo $product_info['db_field_name_here']; ?>
just the field name is enough or i need to edit product_info with the table name?

Jump to post
  • Thu Sep 01, 2011 4:22 pm
  • Replies 9
  • Views 6440

Search found 31 matches