Jump to content


Corporate Sponsors


Latest News: (loading..)

Forestshopkeeper

Member Since 06 Aug 2006
Offline Last Active Feb 11 2012, 01:21
-----

Posts I've Made

In Topic: How do I add a "Continue shopping" button?

04 October 2011, 19:37

View Post14steve14, on 25 March 2011, 16:52, said:

I though standard oscommerce had a continue shopping button, my site does.

Its should be in your shopping_cart.php file and look something like

<td class="main"><?php echo tep_image_submit('button_update_cart.gif', IMAGE_BUTTON_UPDATE_CART); ?></td>
<?php //$back = sizeof($navigation->path)-2; //if (isset($navigation->path[$back])) {?>
<td class="main"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image_button('button_continue_shopping.gif', IMAGE_BUTTON_CONTINUE_SHOPPING) . '</a>'; ?></td><?php //}?>
<td align="right" class="main"><?php echo '<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image_button('button_checkout.gif', IMAGE_BUTTON_CHECKOUT) . '</a>'; ?></td>
<td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
I have most of this on my ms2rc2 site except that the tep_href_link(FILENAME_DEFAULT) . '"> says tep_href_link($navigation->path[$back]['page'], tep_array_to_string($navigation->path[$back]['get'], array('action')), $navigation->path[$back]['mode']) . '">

When I click on a product and then add to cart and then try to continue shopping, it goes to people who bought this also bought. How do I go back to continue shopping from where I left off?

In Topic: FedEx - Web Services v9

09 August 2011, 19:10

View PostForestshopkeeper, on 09 August 2011, 19:01, said:

After full testing, now that it is working, It still has a bug somewhere because it defaults to the first FedEX service offered regardless of which one was chosen. I have the 26 may 11 version installed. Any suggestions?
Jim
Reloaded the 26 may version and now it works. Thanks to all who helped me through this.
Jim

In Topic: FedEx - Web Services v9

09 August 2011, 19:01

View PostFlyingKites, on 07 August 2011, 00:45, said:

There is really no need to load each file one by one. If you just load the includes folder via ftp it will load everything in the right place.

Apart from configuring it in Admin then is nothing more to add. Anyone looking for more documentation than that needs read the FedEx documentation there. http://www.fedex.com/us/developer/product/WebServices/MyWebHelp/

For detailed information see http://www.fedex.com/us/developer/product/WebServices/MyWebHelp/Utilities/c_RateCodingDetails.html#/us/developer/product/WebServices/MyWebHelp/Transactions/WS/r_RateRequestElements.html

Forestshopkeeper, if you have more than one shipping module turned on then make sure they each have a unique sort order.

Anyone else, if you come here looking for help and then resolve your problem it would be a good idea to then post how you fixed it in order to help others.
After full testing, now that it is working, It still has a bug somewhere because it defaults to the first FedEX service offered regardless of which one was chosen. I have the 26 may 11 version installed. Any suggestions?
Jim

In Topic: Blank page at checkout_shipping

09 August 2011, 16:09

got it fixed. did not like definition of DIR_FS_CATALOG

In Topic: FedEx - Web Services v9

09 August 2011, 03:18

View PostForestshopkeeper, on 09 August 2011, 01:51, said:

OK. I found the error log and this is what it says
Warning: require_once(/shoppeintheforest.com/includes/library/fedex-common.php5): failed to open stream: No such file or directory in /hsphere/local/home/shoppein/shoppeintheforest.com/includes/modules/shipping/fedexwebservices.php on line 59 Fatal error: require_once(): Failed opening required '/shoppeintheforest.com/includes/library/fedex-common.php5' (include_path='.:/hsphere/shared/apache/libexec/php5ext/php/') in /hsphere/local/home/shoppein/shoppeintheforest.com/includes/modules/shipping/fedexwebservices.php on line 59
What does this mean.
Here is line 59
require_once(DIR_FS_CATALOG . DIR_WS_INCLUDES . 'library/fedex-common.php5');
Jim
I got it. It did not like the name of my Dir_FS_CATALOG. Now it works.
Thanks for your help.