Questions tagged [ce-1.8.1.0]

Magento Community Edition v1.8.1.0.

Magento Community Edition v1.8.1.0.
Releases December 2013.
Release notes.

291 questions
8
votes
6 answers

SUPEE-6788 (Possible) Cache Issues

Ever since we applied the SUPEE-6788 patch on a client's site, about once a day the site has gone down & the only thing that seems to bring it back is to clear the cache. We've looked at the logs, & a bunch of them seem to include "Front controller…
Daryl Gochnauer
  • 386
  • 4
  • 12
4
votes
1 answer

Move getCmsBlockHtml() from category view to sidebar

I'm trying to move the static CMS block from the category view into the sidebar. In my themename/template/catalog/category/view.phtml it is called with $this->getCmsBlockHtml() Since it's defined as /** * Retrieve current category model object …
tecjam
  • 4,033
  • 3
  • 27
  • 48
4
votes
2 answers

Why's my site so slow?

I've recently launched a magento ce 1.8.1 store and noticed that slowdown in speed. So I checked on pingdom and noticed there's a long 'wait time' in loading an html/php page. Hope someone can share some insights and provide some suggestions on…
user6212
  • 113
  • 1
  • 6
3
votes
1 answer

Canceling order after payment complete

When customer ask cancel order and refund, I refund payment on 3rd party payment admin page the order status is still processing in magento admin and when I try to cancel , I got The order(s) cannot be canceled I checked the invoice page of the…
Yohan
  • 1,610
  • 7
  • 33
  • 51
2
votes
1 answer

How can I show customer OS and browser (User agent) on order slip?

For troubleshooting reasons, I would like to be able to see what browser and OS the customer used to place their order, ideally right on their order in Magento backend. How would that best be done? Magento version 1.8.10. Thanks.
2
votes
1 answer

Filter Products in List Collection

How can I hide all products which have 1 seller (I want to show only if it has more than 1 sellers) (My website list products from multiple sellers) I found that It's possible to add filter at app/code/core/Mage/Catalog/Block/Product/List.php …
DanyDin
  • 21
  • 1
2
votes
2 answers

Fatal error in multishop Zend Cache.php

I get the following error in my shop, after it had worked normally: Fatal error: Class 'Varien_Cache_Core' not found in /public_html/lib/Zend/Cache.php on line 195 It breaks the entire website, and I have no idea why, as it happened without any…
Sander Koedood
  • 497
  • 2
  • 6
  • 14
2
votes
1 answer

Create an attribute for a category in Magento programmatically

How to create an attribute Magento category programmatically?
user4334
  • 43
  • 8
1
vote
1 answer

Additional Send Order Copy Email with different email template to other email address

There is 'Send Order Email Copy To' feature on sales email menu. I wand to add additional feature which I can set different email template and other email address. e.g.) Adding this menu, 'Send Order Email #2 To ' / 'Send Order Email #2 email…
Yohan
  • 1,610
  • 7
  • 33
  • 51
1
vote
3 answers

How to update admin front end invoice/order numbers

I've changed increment_id directly to the database table mage_sales_flat_invoice only one row, in order to set a special invoice number. My problem is related at front end of administration invoice page. How do I update invoice numbers? They seems…
1
vote
3 answers

Uncaught ReferenceError: jQuery is not defined in onepage checkout

I am getting this error Uncaught ReferenceError: jQuery is not defined with 400 error on the debug programmer console of chrome. The problem when loading is in checkout onepage and the continue button is not working. I supose this is related to a…
1
vote
1 answer

Registration does not work - empty form returned

we have a multi-shop setup CE 1.8.1, with 2 themes on 2 different domains showing the exact same products. Now suddenly our one theme does no longer allow users to register. I have upgraded the theme (adding the form_key and changing the submit link…
tecjam
  • 4,033
  • 3
  • 27
  • 48
1
vote
1 answer

Install Error ver 1.8.1.0

Yesterday I created a new database, downloaded ver 1.8.1.0, and did a fresh install. However, I repeatedly got an error that I cannot get past. a:5:{i:0;s:259:\"Error in file:…
fwho
  • 31
  • 3
0
votes
1 answer

Form text fields filtering issue

I am checking website for XSS and Cross Site scripting issues and i found that in account form fields or user registration page form fields for First name and Last name A user can enter html/js code. For testing when i place the following JS code :…
Altaf Hussain
  • 375
  • 4
  • 14
0
votes
1 answer

Why are some checkboxes missing from related products when they are downloadable?

We made a bunch of downloadable products. First made one, then duplicated it a bunch of times and changed what it links to. Then for each downloadable product we added all the other downloadable products as "related products" so they show up in the…
CommaToast
  • 396
  • 4
  • 14
1
2