Look for the "Hide Manual Payment Button" setting in the checkout module. You might also need to remove the dotted border with css if it still shows.
The ability to return to the store after payment is a feature of the payment gateway. Most gateways do not allow the buyer to return to the store automatically, but some do. Look at the configuration options at the gateway provider's website and see if there is an option to return. Note that returning from an SSL gateway page to a non-SSL cart can trigger warnings in the browser if done automatically.
You can put sharing button code into the productdetails template. It can go anywhere, but if you look near the bottom there is a section commented:
<!-- Place social networking links such as AddThis in this section --> Go to a service such as Sharethis.com or Addthis.com to get convenient readymade buttons and code.
Rob
The ability to return to the store after payment is a feature of the payment gateway. Most gateways do not allow the buyer to return to the store automatically, but some do. Look at the configuration options at the gateway provider's website and see if there is an option to return. Note that returning from an SSL gateway page to a non-SSL cart can trigger warnings in the browser if done automatically.
You can put sharing button code into the productdetails template. It can go anywhere, but if you look near the bottom there is a section commented:
<!-- Place social networking links such as AddThis in this section --> Go to a service such as Sharethis.com or Addthis.com to get convenient readymade buttons and code.
Rob