osCmax v2.5 User Manual

news aggregator

0001203: Extra Tag In xsell_products Module

osCMax BugTracker - Wed, 05/16/2012 - 11:27am
In /catalog/includes/modules/xsell_products.php there is an extra /a tag after the function call to get the buy now buttons.<br /> <br /> To Fix;<br /> Fin in /catalog/includes/modules/xsell_products.php around line 77<br /> $display_code = '<td width="33%" class="smallText"><br><center>' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $xsell['products_id']) . '<br>' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $xsell['products_id']) . '<br>' . $pf->getPriceStringShort() . '<br>' . $pf->getProductButtons($xsell['products_id'], FILENAME_PRODUCT_INFO, $xsell['products_model'], $xsell['products_name']) . '</a></center></td>';<br /> <br /> Change;<br /> . '</a></center></td>';<br /> <br /> To;<br /> . '</center></td>';
Categories: osCMax Development

Revision 1836: Bug Fix: #1203 - Small fix to xsell_products module.

Source Changes - Wed, 05/16/2012 - 11:26am
Changed Paths:
    Modify    /branches/2.5.2/catalog/includes/modules/xsell_products.php

Bug Fix: #1203 - Small fix to xsell_products module.
Categories: osCMax Development

0001088: EasyPopulate: Consolidation and fork an osCmax specific version

osCMax BugTracker - Mon, 05/14/2012 - 2:48pm
Given that there are now four relatively recent bugtracker reports on various issues, now appears to be the right time to do this.
Categories: osCMax Development

0000794: One Page Checkout Issues

osCMax BugTracker - Mon, 05/14/2012 - 2:46pm
This bug report is to act as a parent to issues relating to OPC.
Categories: osCMax Development

0001173: One Page Checkout Customers Can Empty Cart

osCMax BugTracker - Mon, 05/14/2012 - 2:45pm
On OPC customers are able to delete all products in their cart and still stay on the checkout page.<br /> <br /> If all products are removed from the cart, the customer should be taken away form the checkout page.
Categories: osCMax Development

0001160: Free Charge Card does not work with One Page Checkout

osCMax BugTracker - Mon, 05/14/2012 - 2:45pm
To begin with the one page checkout comes up with a blank page when free charge card is enabled.<br /> <br /> To fix this;<br /> Open catalog/includes/classes/payment.php and go to line 204.<br /> Change;<br /> //OPC //if ($GLOBALS[$class]->enabled) {<br /> $selection = $GLOBALS[$class]->selection();<br /> if (is_array($selection)) $selection_array[] = $selection;<br /> //OPC //}<br /> <br /> To;<br /> if ($GLOBALS[$class]->enabled) {<br /> $selection = $GLOBALS[$class]->selection();<br /> if (is_array($selection)) $selection_array[] = $selection;<br /> }<br /> <br /> Now the checkout loads but when I click to confirm an order I am told I must pick a payment method, though the only thing in the payment methods box is "This is currently the only payment method available to use on this order." with no options.
Categories: osCMax Development

0000934: One Page Checkout - does not honour quantity blocks

osCMax BugTracker - Mon, 05/14/2012 - 2:45pm
The same of 841 but for the quantity blocks, if you change the number of items you want to buy, the system does accept any value. It should convert the value entered to a quantity block, as it is done when adding a product to the cart.
Categories: osCMax Development

0000844: Currency sign is screded up in OPC

osCMax BugTracker - Mon, 05/14/2012 - 2:45pm
I have defined the currency sign in the admin panel as ALT+255€ (space and Euro-Sign). This works perfectly well on the product information page. Even during processing at One-Page-Checkout (screenshot_1), the curency sign is intact. But as soon as OPC finished its processing (screenshot_2), the currency character ist replaced by someting else (which can't be displayed by my browser).<br /> <br /> FYI: As far as I know, Windows XP does not include an Arial font which is capable of Unicode unless Microsoft Office is installed. I don't use MSOFFICE, so I am lacking this font.
Categories: osCMax Development

0000841: One Page Checkout - does not honour minimum order quantities

osCMax BugTracker - Mon, 05/14/2012 - 2:44pm
In the demo store:<br /> <br /> 1) Add an item which has a minimum order qty for a customer group but not for retail (eg. Apple Wireless keyboard)<br /> 2) Log in as a customer group user<br /> 3) Click Checkout<br /> 4) Red warning message at top of screen stating that their cart has been updated to reflect the minimum order quantity<br /> 5) However the OPC still shows the original quantity and the customer can checkout regardless.
Categories: osCMax Development

0001001: Quantity box on OPC causes a error popup when box is empty

osCMax BugTracker - Mon, 05/14/2012 - 2:44pm
One one page checkout for SVN 1546, if you try to adjust the quantity of an item, and leave the quantity box blank, you get a pop-up error that shows. Then when you try to put a number back into the quantity box after the pop-up error, the store doesn't calculate correctly - not until you actually hit back button for your browser and go back to OPC to process your order.
Categories: osCMax Development

0000603: focus on form lost when javascript checks info; shipping options never appear

osCMax BugTracker - Mon, 05/14/2012 - 2:44pm
When filling out the checkout page, 2 errors occur. When it checks to make certain the length of the information entered is sufficient, the cursor is no longer in the form after the js finishes. This forces the user to have to use the mouse to continue completing the page. Also, the shipping methods never appear, even though they are set up in admin, and the correct zones are entered.<br /> <br /> Google checkout works properly, but have not been able to test the PayPal, since shipping options never appear.
Categories: osCMax Development

0000653: sending out voucher issue

osCMax BugTracker - Mon, 05/14/2012 - 2:44pm
I went here to read the guidelines on sending a voucher directly by email from the admin -> <a href="http://wiki.oscdox.com/gift_voucher_setup,">http://wiki.oscdox.com/gift_voucher_setup,</a> [<a href="http://wiki.oscdox.com/gift_voucher_setup," target="_blank">^</a>] and got a voucher e-mailed out...But when the customer clicked on the voucher link in their email, and came back to the site, none of the products on the single-page-checkout are deducting the voucher amount...
Categories: osCMax Development

0000753: Adress book in checkout shows abbreviations instead of full zone names

osCMax BugTracker - Mon, 05/14/2012 - 2:43pm
When you edit your adress book entries during checkout, the state/province name is taken from the wrong row in table zones (see screenshot)
Categories: osCMax Development

0000747: One page checkout - add new address in OPC can be entered blank.

osCMax BugTracker - Mon, 05/14/2012 - 2:43pm
In OPC:<br /> <br /> 1) Click Change Address<br /> 2) Click New Address<br /> 3) Click Continue
Categories: osCMax Development

0001076: Paypal IPN and stock

osCMax BugTracker - Mon, 05/14/2012 - 2:43pm
I have r1626 installed, "Deactivate Out of Stock Products During Checkout" option set to false and "Prevent Adding Out of Stock to Cart" set to true. All the payments I make to test this is made with the unmodified Paypal IPN module (in sandbox mode)<br /> <br /> The fact is tha when I login as a customer and place an order of a product with stock > 1, after I make the payment in Paypal, I am returned to de checkout_success.php page, the stock is the previous -1 and everything's fine.<br /> <br /> But the issue is, when I place an order of a product with stock = 1. After making the payment in Paypal, I am returned to the shopping_cart.php page. In the admin panel you can see the order placed, and the stock set to 0 but the product is set to Inactive. Also, in the shopping cart page where you are returned, you have in it the product you ordered, but as it is inactive, the name is not shown.<br /> <br /> It seems that Paypal IPN module does not honour the "Deactivate Out of Stock Products During Checkout" setting introduced short time ago, and set the products with stock 0 to inactive.
Categories: osCMax Development

0001122: When using PayPal IPN - Per Item discounts do not appear

osCMax BugTracker - Mon, 05/14/2012 - 2:42pm
There have been lots of people not able to get coupons working with PayPal IPN, when using it as Per Item.<br /> <br /> Here is how to fix it;<br /> Change "Move tax to total amount" to True in you PayPal IPN settings (Modules->Payment) even though it says needs Aggregate i.s.o. Per Item to function. There is code in the Per Item part of the PayPal IPN module which uses this setting. PayPal API needs items to include tax for their discount_amount_cart parameter to be accepted.<br /> Add the following code into "includes/modules/payment/paypal_ipn.php" after line 442. Or download the attached file.<br /> // Coupon Fix by SMurphy - START<br /> $discount = $order_total['ot_coupon'];<br /> if ($discount != 0)<br /> {<br /> $parameters['discount_amount_cart'] = number_format($discount * $currencies->get_value($my_currency), $currencies->get_decimal_places($my_currency));<br /> }<br /> // Coupon Fix by SMurphy - END<br /> <br /> This will now show items with tax in paypal and make the discount coupons work in paypal when using per item.
Categories: osCMax Development

0001134: Tax label missing in checkout process

osCMax BugTracker - Mon, 05/14/2012 - 2:42pm
The tax is shown during checkout process but there is no descriptive text available.<br /> <br /> In the enclosed screenshot, it looks like the shop charges 10 EUR for Cash on Delivery, but actually it is 20 % tax of 60 EUR. This might confuse customers...<br /> <br /> Maybe the payment method information should start in a new line?
Categories: osCMax Development

0000557: EPF

osCMax BugTracker - Mon, 05/14/2012 - 2:42pm
When you add an EPF and show it in the product_listing - if you select an option which is not available then you get the "no products found" message but the header box should be still shown to allow you to change it to a new selection.<br /> <br /> Also when you click "view all" to show using advanced_search_results the EPF fields are not being shown. (Although the grey box is there)
Categories: osCMax Development

0000686: Multiple Images Not Displaying When Using Dynamic Mopics

osCMax BugTracker - Mon, 05/14/2012 - 2:42pm
Multiple images will are not displaying when using Dynamic Mopics if the product title contains an apostrophe.
Categories: osCMax Development

0000861: Different prices for SPPC in login and Admin Create order

osCMax BugTracker - Mon, 05/14/2012 - 2:41pm
Have created SPPC groups with prices added incl of Tax.<br /> <br /> 1. Alloted SPPC group to test account. Login or use use phone order for test account. Prices seen are incl of Taxes. Checkout shows price incl of taxes.<br /> 2. Create Manual order thro admin for test account. Prices shown are Nett(Excl) and Taxes are added to price.
Categories: osCMax Development
Syndicate content