Jack,
Looks like you have a small error in the optional instructions for revising the tool.php file. The following code:
'<a href="' . tep_href_link('feeders.php') . 'class="menuBoxContentLink">' . BOX_FEEDERS_GOOGLE . '</a><br>' .
should be
'<a href="' . tep_href_link('feeders.php') . '" class="menuBoxContentLink">' . BOX_FEEDERS_GOOGLE . '</a><br>' .
Just missing a quotation mark before the class.
Great mod and does wonders for me.
Need some help with this special request. I like this mod and use it a lot along with the sort order mod. Is there a way to add the sort order field to the attribute manager when inputting the info for a product. Currently I have to go to the Product attributes page to set the sort order everytime I input a new product. Also it there a way to input the sort order for all attributes on a screen and them make one submission to the database?
Any help would be appreciated.
I resolved the no redirect to success page by adding the code below:
tep_redirect(tep_href_link(FILENAME_CONTACT_US, 'action=success'));
After the // EOF Super Contact us enhancement 1.41 around line 53.
Paypal Web standard will allow you to pay without creating a paypal account. PWA 2.0g is a mod that will allow people to pay without an account in osc. These are already available because I am using those on my site.
Hello I installed this mod and found an issue on the checkout_confirmation.php. The value that is subtracted from the other shipping module when you have products in the cart that are not getting free shipping is not being reflected on the checkout_confirmation. I am not sure how to fix this because it should be looking at the same variable that is on the checkout_shipping.php. Any idea how to fix this?
Thanks
I am using PWA (Pay without account) 2.0g,h on my site and I am current working on figuring out how to adapt the original paypal web payments standard mod with the PWA. As it stands now the dummy account does not get removed from the database. I am also using UTemails to format all email in HTML but the paypal has coding to fire off the email from within the module so i am also working on that as well. I will post when I get a solution.
Lucy, I have a heavily moded site before I installed the paypal web standard and I did not have any issues. I would uninstall the module and reinstall it.
I also have that issue. It is centered around IE and just IE. It works in Firefox and safari. Hopefully someone out there knows how to fix it. I have no clue how to fix it.
Anyone!
Ah thanks! Even though I have been trying to figure out how to do this for the last day and a half, I can at least feel good that I was looking at this part of the code the whole time. Its a slow process but I'm learning.
Thanks again!
Sam, I would like to add the Model number to the products_new.php page so it looks similar to the product listing page, can you give me some help with that? I am assuming that is the way it was intended and not an error in my install.
Thanks