-
Content count
245 -
Joined
-
Last visited
-
Days Won
4
Moxamint last won the day on August 2 2017
Moxamint had the most liked content!
Profile Information
-
Real Name
Ai-Teh Eddy Lin
-
Gender
Male
-
Location
Taiwan
-
-
Moxamint started following New management and osCommerce v4
-
New management and osCommerce v4
Moxamint replied to osCommerce-Official's topic in News and Announcements
Would it be Traditional or Simplified? Thanks, Eddy -
-
Is there a drawback if you make KissIt image thumbnailer calculate the width or height automatically if only height or width is provided? Thanks, Eddy
-
Have you figured out how the old add-on affected TinyMCE? I had the same issue previously and it turned out the javascript of the other add-on loaded too early and thus the issue. Eddy
-
[Addon] Product Sort Within Category
Moxamint replied to BrockleyJohn's topic in General Add-Ons Support
The Drag n Sort works for the categories, too. It takes a few code changes for Gary's mod to use the same database fields that Product Sort Within Category uses, but after that, they work harmoniously together. Eddy -
[Addon] Product Sort Within Category
Moxamint replied to BrockleyJohn's topic in General Add-Ons Support
Hi Steve, move the required code changes from index.php to includes\modules\content\index_products\cm_ip_product_listing.php and I think that's it. Eddy -
[Addon] Product Sort Within Category
Moxamint replied to BrockleyJohn's topic in General Add-Ons Support
I actually think it should go into the core... Eddy -
[Addon] Product Sort Within Category
Moxamint replied to BrockleyJohn's topic in General Add-Ons Support
@burt Hi Gary, I have integrated this Product Sort Within Category successfully with the core sorting functionality. I even added the "Product Drag and Sort" you coded many years ago to make custom sorting of the products very easy. However, in <<general.php>> the function tep_create_sort_heading where the sorting table heading is built, it has the following piece of code: $sort_suffix = (substr($sortby, 0, 1) == $colnum ? (substr($sortby, 1, 1) == 'a' ? LISTING_SORT_DOWN : LISTING_SORT_UP) : LISTING_SORT_UNSELECTED) . '</a>'; If the number of sort filters >9, substr($sortby, 0, 1) will not return the correct $colnum. Instead substr($sortby, 0, -1) will work. This is just for your information - I guess 99.99% of shopowners will not have this issue. Thanks, Eddy -
Customer Orders Tab in Admin Orders (hook)
Moxamint replied to BrockleyJohn's topic in General Add-Ons Support
I found this add-on very handy as well. Thank you @BrockleyJohn Eddy -
Why would that drive the visitor nuts? Just curious. Thanks, Eddy
-
[Addon] Twitter Typeahead Autocomplete Search for osC 2.3.4 (BS and nonBS)
Moxamint replied to auzStar's topic in General Add-Ons Support
Hi @auzStar, What does this cookie.js do? I do not have it on my latest osC Frozen but this add-on of yours works just fine. Please advise. Thanks, Eddy -
[Addon] Modular Navigation Bar (Bootstrap)
Moxamint replied to kymation's topic in General Add-Ons Support
Modular Navigation Bar sub-modules are using old version of font awesome. You have to look through module files and change the syntax/style of the icons accordingly: https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4 Best wishes, Eddy- 95 replies
-
- bootstrap
- responsive
-
(and 2 more)
Tagged with:
-
[Addon] Twitter Typeahead Autocomplete Search for osC 2.3.4 (BS and nonBS)
Moxamint replied to auzStar's topic in General Add-Ons Support
@inra311 you are correct. Cheers, Eddy -
On rare occasions I would receive two confirmation e-mails from PayPal from both <<paypal_standard.php>> & <<standard_ipn.php>> for the same PayPal transaction, but most of the time I receive just one confirmation e-mail from PayPal - either (mostly) from <<paypal_standard.php>> or from <<standard_ipn.php>>. My site is on the latest BS Edge with PayPal App v5.018 Payment Standard updated to work with BS Edge. PayPal PDT is set to on and IPN messages is disabled in my PayPal account. Cheers, Eddy
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
Moxamint replied to spidometrs's topic in General Add-Ons Support
@Jack_mcs Apparently the typo has been noticed & mentioned... never mind. Cheers, Eddy