

alman
-
Content count
39 -
Joined
-
Last visited
Reputation Activity
-
alman got a reaction from ShunKobayashi in CKEditor and other WYSIWYG
there is a easier method that I uploaded contributions page it is integrated with a opensource filemanager it is a case of calling
so a example would be in admin\categories.php
above
</head>
add
<script type="text/javascript" src="./ckeditor/ckeditor.js"></script>
and find
tep_draw_textarea_field and replace with the new function
tep_draw_textarea_ckeditor
so it looks like bellow
<td class="main"><?php echo tep_draw_textarea_ckeditor('products_description[' . $languages[$i]['id'] . ']','70', '20',(isset($products_description[$languages[$i]['id']]) ? stripslashes($products_description[$languages[$i]['id']]) : tep_get_products_description($pInfo->products_id, $languages[$i]['id']))); ?></td>
I added full url support so if you use it for newsletter emails the images will load for the customer
alman
-
alman reacted to kymation in Multi_Vendor_Shipping new thread
Thanks for sharing the code.
Regards
Jim
-
alman reacted to bruyndoncx in [Development] Products Specifications
maybe it is an option to look for an ajax based html table sorting solution see http://datatables.net for loads of inspiration
-
alman reacted to bhbilbao in Ajax Buy Now
Ajax Buy Now doesn´t work with Custom Computer Creator
[custom_checkout.php]
Nothing happens when hit to add to basket.
Has somebody a fix to it???
Other problem is product_info.php
Ajax buy doesn´t work here, it refreshes all the page, but it works on product_listing.php
I have PRICE_EXCL contrib installed.
My product_info.php
<td width="220" align="right" valign="middle" class="infoBoxContents">
<?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); ?>
</td>