Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

wavemonkey

Archived
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Real Name
    Elise

wavemonkey's Achievements

  1. Hey Chris, quick response, thankyou. The standard OSC implementation also behaves the same way. ie, when tax is enabled, you can set product prices as GROSS (with OSC calculating thei included TAX component), but product attributes need to be inputted as NET, because OSC automatically adds the tax value onto it!!! So I realise that it's not your contribution that is at fault (if you can call it a fault) here. Don't supose you have any idea how I could implement a way to minus the tax % from the attribute price, so that OSC can then go and add it again? :) (Operational reasons require me to enter the figures as GROSS not NETT. (as in minus it in the CODE, not on an EXCEL spreadsheet ;) )
  2. Hi there, firstly, Great Contribution... what a time saver!!! However I have one small [maybe big] issue... tax. My store utilises the tax option for 10% tax on all products. When creating a product, you enter the product amount in the GROSS $ and OSC will calculate the 10% tax component within that, for you. Unfortunately I only just realised, after inputting over 1000 products that the $ inputted in the attributes sets must be pretax!!! ??? (rather than being a Gross $) From my minimal understanding of code, it looks asthough Attributes Sets doesn't have it's own specific tax code and simply complies by the tax code in the categories.php file. Is there SOME way I can make Product Attributes Sets $prices ignore the tax addition. Unfortunately I cannot make use of this module unless I can input gross $price attributes only. Thanks in Advance
  3. Hi there, My online shop offers various shipping methods, however some products (due to multiple different reasons) need to be shipped via a specific method. I simply need for the shop to ONLY provide the particular shipping method if the specific product is in the cart. Is there a product dependent shipping method/attribute contribution out there that can do this? I have searched and cannot find anything that will perform this functionality. Thanks in Advance
  4. Hello All, Just in regards to my above posting... I uploaded the configured files to my LIVE Server which DOES have SSL Certificates, and guess what.. no need for logging in when viewing the PRINT INVOICE information. So for all those questions on this forum, requesting the answer to eliminating the extra login for viewing the print invoice page.. 1. The contribution works perfectly (even on my heavily modded site) 2. Do NOT delete the following information from the checkout_success.php page, this will cause invoice data to be viewable by anyone // if the customer is not logged on, redirect them to the shopping cart page if (!tep_session_is_registered('customer_id')) { tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); } 3. Simply make the configuration changes as specified in the contribution. Once loading the changes to a site with SSL certificate the re-login issue will disappear. (I cannot comment on a Shared SSL Certificate) AWESOME CONTRIBUTION THANKYOU
  5. Hiya, Firstly let me say, **great contribution**, the nicest layout of any of the invoice contributions. I have this contribution working in my store, however am writing to revisit an age-old question on this particular contribution forum: The current MS2.2 deployment utilises the following code in the checkout_success.php page: // if the customer is not logged on, redirect them to the shopping cart page if (!tep_session_is_registered('customer_id')) { tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); } Now I understand that this is to ensure the security of the printorder information being displayed. Previously discussed on this forum has been to "comment out" this information: yes this removes the need for logging in, however also allows anyone to view anyone's invoices I was under the impression that the above coding statement should ensure that the customer COULD view their information provided their session information was still registered in the db for their account? If this is the case, how come there is the need to log back in to retrieve their invoice information, when already secured in an SSL session? Would really appreciate some guidance here, as I love this contribution, however cannot use it on my live store unless I can remove the re-login without compromising security.
  6. Hi there, I have just installed ExtraInfoPages 4.5 contribution and get an error when I attempt to access it via Admin. Firstly: I have installed the FCKeditor and it works as expected in the products admin section. The error occurs when I attempt to launch "Extra Info Pages Manager" from my tools section... Parse error: parse error, unexpected '}' in C:\Program Files\Apache Group\Apache2\htdocs\catalog\admin\extra_info_pages.php on line 542 The error simply refers to the following code: <?php }else { ?> and if I remove the above statement from extra_info_pages.php, and attempt to launch the Manager again, I get a different error... Parse error: parse error, unexpected '}' in C:\Program Files\Apache Group\Apache2\htdocs\catalog\admin\extra_info_pages.php on line 663 Which again refers to the same sort of code: <?php } ?> If I also remove this code from the extra_info_pages.php file, and relaunch the Info Pages Manager, VOILA!! I get into the Info Pages Manager, with some other complications: - The layout is all screwed up - radio button options are also screwed up See image. Please help!!
  7. HELP??!!! Hello, I have a mildly modified site and am having difficulties with getting the Enable/Disable Categories mod to work. After the configuration of my files as per the documentation, I find that: 1. My Category Administration page, displays a new column "status" for each category. This column however has no red/green button, and indeed I cannot find anywhere to modify this status. So, the following problems are all occurring, which I'm assuming are only coming from the inability to 'activate' the status of my categories in the admin panel. 2. My categories still display on my shops product menu, however each category is now empty of products 3. My Categories no longer display the menu images for the subcategories (I'm also assuming this is because the subcategories are somehow disabled) I have checked and rechecked all my file alterations in the admin directory, and cannot find where the issue may be. --> I'm wondering whether the contribution Attribute_Sets-5.5-2.cip.zip is the cause of this issue? I've tried installing this package twice now to no avail. Are there any other alternatives that will work to enable/disable my categories?
×
×
  • Create New...