In order to resolve the issue, admin should:
1. _Resave an affected product (make sure Design ->Display Product
Options = NOT EMPTY)_
2._ Edit the latest APO installer (example:
mysql4-upgrade-3.0.8-3.1.0.php) and add the code:_
$attribute = $...
If you use "Fixed Quantities" extension by Zetaprints, it will
conflict with ADVANCED PRODUCT OPTIONS. To fix this conflict you
should do the following:
1) Create the folder
"app/code/community/ZetaPrints/Fixedprices/Model/Fixedprices/"
2) Create...
In order to add another order group into the "Group" column of the
Orders grid, do the following:
_1. edit the file:_
app/code/local/MageWorx/Adminhtml/controllers/Orderspro/OrderController.php
_and add the function:_
public function massFl...
In order to place radio buttons horisontally you should add the code
to a css file (for example,
/skin/frontend/default/default/css/styles.css)
.product-options ._DIVCLASS_ ul.options-list li {
float: left;
padding: 2px 10px;
}
.produc...
Very often installation of new extensions with Compilation Mode
enabled breaks your site. You cannot view the front-end and back-end.
Nothing works. In this case the only solution is to disable
Compilation Mode to get the site back to normal state.
...
Sometimes you need to disable store switcher for Facebook. It can be
necessary for "Like" or sharing buttons. To do this you should add the
following lines in the "User Agent White List" setting in our
extension:
facebookexternalhit*
facebook*
...
To show all downloadable files of a particular category on CMS page
or in a static block you need to add the following code to page source
(CMS > Static Pages or Static Blocks):
{{block type="downloads/category_link" id=5 title="Documentation"}}
...
Many of you often ask us if it is possible to remove the "plus" from
an option's name to make it look like:
"option_name $1.00"
This is how you can do this. _Modify the file_
/www/app/code/local/MageWorx/CustomOptions/Helper/Data.php
_and r...
Sometimes you need to remove all custom options from all products at
once. You can do this by executing the following SQL query in your
database:
delete from catalog_product_option
If you have any questions about any of our Magento Extensions [...
In order to make the extension work with one another you should
modify the file:
"/app/code/local/Moogento/Pickpack/Block/Sales/Order/Grid.php"
Look for the line:
class Moogento_Pickpack_Block_Sales_Order_Grid extends
Mage_Adminhtml_Block_Sales_Or...
In order to set up a cron job you should open a txt file under
etc/crontab via SSH, which implies root access, and add a line:
_0,5,10,15,20,25,30,35,40,45,50,55 * * * * /bin/sh
/absolute/path/to/magento/cron.sh_
where "_/absolute/path/to/magento...
If you need to see states, cities, zip codes in order view and at
"customer online" page and switch based on countries' regions, you
should install GeoIP City database first:
* Download the "GeoLite City" database in binary format from Maxmind
webs...
If you want to upgrade SEO Suite Pro [1] extension to SEO Suite
Ultimate [2] version, please contact our Sales Department
(support.mageworx.com [3]). Our team will get back to you shortly
providing the coupon for the upgrade. You will pay only the differe...
If you'd like to use custom email templates for extension (which can
be managed in admin panel's System->Transactional Emails), you should
modify the following file:
"app/code/local/MageWorx/CustomerCredit/Helper/Data.php"
Look for the functions ...
After installing the Instant Cart extension, you just need to apply
the attached patch.
Magento for some reason adds additional 1-2 cents to totals.
_In order to fix this, modify the file:_
app/code/core/Mage/Sales/Model/Quote/Item/Abstract.php
_Replace the function with:_
public function calcRowTotal() {
$qty = $this->getT...
In order to get the extensions work together one should edit the
file:
/app/design/frontend/base/default/layout/simpleconfigurableproducts.xml
and comment out the block:
catalog/product/view/scpoptions.phtml
If this doesn't help or you hav...
QUESTION:
Around a month ago, your server went down for a few days. After you
got it up again, a small amount of data (sales orders) was lost.
Luckily these had already been paid (Paypal) and processed.
Unfortunately, this appear to now be causing a...
If you are thinking about the features that differ SEO Suite Ultimate
[1] from Pro version [2] we gathered all of them in one list for you.
* Ability to create dynamic templates for product meta title _(you
can create templates based on product at...
The problem may appear if not all options are sent to PHP in POST.
1. It is presumably that there is an intermediate proxy server like
nginx between PHP and the sent request process. It may have a
limitation for the sent data. Please check its setti...
If the shipping and tax totals are listed twice, you should replace
the original file with the attached one:
app/design/frontend/default/default/layout/multifees.xml
If this doesn't help or you have any questions about any of our
Magento Extensio...
|
|
Magento Extensions developed by MageWorx
