

SCH_001

-
Content count
358 -
Joined
-
Last visited
-
Days Won
1
SCH_001 last won the day on February 3 2020
SCH_001 had the most liked content!
Profile Information
-
Real Name
Troy
-
Gender
Male
-
Location
Australia
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Adding QTY label to Categories / Products view
SCH_001 replied to SCH_001's topic in General Support
@YePix Thank you for assisting me. This is now quite what I was after, this seems to give me a quantity of products in a category. I am seeking Products Quantity: So I now have the heading - thank you just need the product QTY -
SCH_001 started following NEW! Complete Order Editing Tool!, Adding QTY label to Categories / Products view, None Customer Notified message appearing in order history and and 3 others
-
Hi everyone, in osCommerce Online Merchant v2.3.4.1 CE how do I add a QTY column after the Status option So move the Status option to the left and add a column showing me the QTY of each item, see image. I know I need to edit categories.php in admin, but I can not work out what and where to add
-
@Jack_mcs I think I got it, It was a hardcoded ws_includes
- 61 replies
-
- attributes
- search
-
(and 1 more)
Tagged with:
-
@Jack_mcs Hi know this is an old add-on but it should work with osCommerce Online Merchant v2.3.4.1 CE right? Anyway all I get is a blank screen?
- 61 replies
-
- attributes
- search
-
(and 1 more)
Tagged with:
-
Admin Customer Notes 1.0 for Osc 2.34
SCH_001 replied to John-Peter's topic in General Add-Ons Support
@John-Peter How can I make the below Appear here I have added this to orders.php This is obviously not right as all I get is the word "Array" <p><?php echo $contents[] = array('text' => '<br />' . TEXT_INFO_CUSTOMER_NOTES . ' ' . $cInfo->customers_notes);?> </p> -
@vmn @BrockleyJohn Hi Veli-Matti, is it an easy fix to get the taxes calculated correctly. For me this is if I change the shipping value manually it does not calculate the tax correctly after that change. Not sure of the version I am running but it won't be the latest as my shop is osCommerce Online Merchant v2.3.4.1 CE
-
@kymationHi Kim, I know this is an Old Add On but does exactly what I am after. The only question / help I am after is I am seeking to only use the customers_firstname in the email body. Would I do this? I am not a programmer // Get the Orders ID of all shipped orders prior to that date that have not already been emailed $orders_query = tep_db_query ("select o.customers_name, c.customers_firstname, o.customers_email_address, o.orders_id, o.last_modified, o.customers_id from " . TABLE_ORDERS . " o, " . TABLE_CUSTOMERS . " c then further down // Set the customer/order data $customers_name = $orders_array['customers_name']; $customers_firstname = $orders_array['customers_firstname']; $customers_email_address = $orders_array['customers_email_address']; And a but further down again // Placeholder text from the text file to be replaced $search_array = array ( '%%customer_name%%', '%%customers_firstname&&', '%%each%%', '%%link%%', '%%product_list%%', '%%products%%', '%%store_name%%', '%%store_email%%', '%%store_url%%', '%%year%%' ); // Replacement text -- must match the above array $replace_array = array ( $customers_name, $customers_firstname, $each, $link, $products_string, $products, STORE_NAME, $from_address, 'http://' . $site_domain, date ('Y') ); Then in the .tpl I use %%customers_firstname%%
-
Thank you @BrockleyJohn
-
@BrockleyJohn Ok now I have found the issue that a customer advised me about It is to do with the freight options if I select them from the Shipping Quotes: section all is good But if I manually change the freight price then the GST does not get updated
-
@BrockleyJohn Please disregard this, I deleted the test product after the sale which I thing screwed it up Leave this with me I think all is good
-
Yes same tax class I only have one setup And only 1 module installed
-
@BrockleyJohn Howdy, I have found a problem with GST / Tax and the order edit tool the GST is not updated correctly The is installed on Frozen BS, can you please assist. IE see below If I add another item I get this, Hopefully an easy fix
-
Anyone? Surely there is someone on here that can help me?
-
Hi all, I have had a good read threw the thread "Anyone made a module for Afterpay or Zippay (Australia)" and it seems not much has been resolved for these. I have not had any luck getting a ZIPPAY account but have now got a Payitlater account and as like the other thread need a module. There is modules for WooCommerce and shipify can these be re-written for OSC? If so can someone with the skill to do this please contact me
-
@Jack_mcs From how I read it " thus our outbound filter is blocking them " the hosting company has put a block on the domains outgoing mail which is not cool at all..