Search found 89 matches

Search found 89 matches

Re: Fatal error, memory, system/image.php [1.5.1.3]

Do you know if any temporary fix?

Is there anything I can maybe delete to prevent the process of 64mb+ being done?

There seems to be a 64mb cap for us at present, and I just need the time to make the switch to something higher.

Thanks

Jump to post
  • Wed Sep 25, 2013 2:55 am
  • Replies 2
  • Views 1311
Fatal error, memory, system/image.php [1.5.1.3]

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33474264 bytes) in /home/content/78/9974678/html/system/library/image.php on line 32 return imagecreatefrompng($image); I haven't made any changes to anything and am just wondering what can possibly be causing this issue...

Jump to post
  • Wed Sep 25, 2013 12:35 am
  • Replies 2
  • Views 1311
Google Checkout Non-HTTPS Callback Setup? (1.5.1.3)

Just wanted to check if I needed to change anything on the callback URL or any files in order to not use an HTTPS callback URL. I used to run an SSL but not anymore, and not of course I'm getting errors, so I have to switch to the 'serial number' version of the callback. I just want to be sure I imp...

Jump to post
  • Sun Jul 14, 2013 4:10 pm
  • Replies 0
  • Views 487
[S]Where are featured module product ids stored in database?

Can't seem to locate where the default 'Featured' module's product ID's are stored in the database to be referenced. Navigating from Admin Panel to Extension > Modules > Featured you can add items to the list, however, there seems to be no instance of this list being saved in the database. Anyone kn...

Jump to post
  • Wed Feb 20, 2013 9:21 am
  • Replies 2
  • Views 1122
1.5.1.3 - Customer/Admin Order Email - Order dates incorrect

Using 1.5.1.3 Longtime bug that I just want to get settled.. I can just delete the element but rather have the correct date stand in the emails. The date of the order emails are showing as 8 days ahead -- E.g. an order on Oct 23, 2012 was listed as Oct 31, 2012 in both the Admin's order notification...

Jump to post
  • Fri Oct 26, 2012 9:15 pm
  • Replies 1
  • Views 305
Re: Inline content in Fancybox?

1513.. fancybox..

I'm sure it's possible, just need the right html to let me do inline content.

I can easily do the iframe version but that doesn't quite do what I need (since I need the data on the current page).

Thanks for your input.

Jump to post
  • Tue Apr 24, 2012 1:37 am
  • Replies 4
  • Views 1248
Re: Inline content in Fancybox?

Thanks for the response. I actually tried this out with no luck. OpenCart's implementation of the module seems to function slightly differently than the default. I could try another lightbox, I was just hoping to have the lightbox consistent cross-site (as I plan to implement some other content into...

Jump to post
  • Tue Apr 24, 2012 1:08 am
  • Replies 4
  • Views 1248
Inline content in Fancybox?

I am just trying to load up an input form via fancybox. Basically, I just want to have a 'make an offer' button and when window opens it will use data from the current product page such as the item title, current price, etc and the means for the user to supply their name, email, and offer amount. Ho...

Jump to post
  • Mon Apr 23, 2012 10:41 pm
  • Replies 4
  • Views 1248
Re: Auto tweet your new products

Awesome! This saves me a ton of hassle (and forgetfulness).. Had been looking around for this utility quite a while.

Thanks for sharing!

Jump to post
  • Fri Apr 20, 2012 8:47 pm
  • Replies 16
  • Views 20524
Re: MOD-Disable payment method if order total is greater tha

I am not sure.. I have only used 1.5.1.3

If the files look the same, it may very well work.

Backup, and see what happens.. :)

Jump to post
  • Thu Apr 19, 2012 7:36 pm
  • Replies 9
  • Views 7917
Re: MOD-Disable payment method if order total is greater tha

No prob. Normally I wouldn't bother (since I am not a programmer) but given your name is also karma.. I felt more inclined to figure out a solution lol :D

Jump to post
  • Thu Mar 22, 2012 3:33 am
  • Replies 9
  • Views 7917
Re: MOD-Disable payment method if order total is greater tha

Small adjustment.. Just add lines 3 and 4. catalog/model/payment/-------.php if ($this->config->get('my_payment_option_name') < $total) { $status = false; } elseif (1000 > $total) { $status = false; $1000 is your minimum amount. The maximum amount is what you have set in the admin CP. (Note: Be sure...

Jump to post
  • Thu Mar 22, 2012 2:11 am
  • Replies 9
  • Views 7917
Re: Coupon fix - Need coupon codes to effect all/new items 1

Thanks J. I'll think about it. Bit overkill for what I'd need really, although it is a viable solution.

Anyone care to bid lower than $30 for this fix?

Thanks

----

Ok. Went ahead and grabbed mod from above.

Jump to post
  • Sun Feb 26, 2012 12:08 am
  • Replies 2
  • Views 849
Coupon fix- Need coupon codes to effect all/new items [DONE]

Update:

This was something I overlooked..

if you want your coupon code to effect everything (or everything within a certain category) just don't assign any properties..

DOH! :D

Jump to post
  • Sat Feb 25, 2012 10:09 pm
  • Replies 2
  • Views 849
Re: Resend initial order email..???

Yes, that is one reason for it's importance.. The other reason, is that when I do phone orders (due to their credit card not working at checkout) I convert the database information cached to show it as an order within the admin area.. I then need to send that email out to the user. Many reasons this...

Jump to post
  • Tue Feb 21, 2012 5:29 pm
  • Replies 5
  • Views 2170
Re: Basic PHP question..

Ok.... Finally got it.. This was quite a chore to figure out lol.. being that I'm not a programmer. Basically, I added a new row into the model file under 'title' called 'icon' which called a different line in the language file 'payment_icon'.. I then added into the checkout/payment.tpl file <?php e...

Jump to post
  • Tue Feb 21, 2012 6:51 am
  • Replies 2
  • Views 400
Basic PHP question.. SOLVED

Revised... Basically I am trying to put images next to the text labels on the payment selection page.. problem is, by simply adding html besides the text file within the language file, the html gets pulled into the database, the admin panel, and into the order receipt emails.. just trying to be abl...

Jump to post
  • Tue Feb 21, 2012 5:19 am
  • Replies 2
  • Views 400

Search found 89 matches