-
Content count
8,215 -
Joined
-
Last visited
-
Days Won
25
Status Replies posted by geoffreywalton
-
Just added images to pinterest and facebook share links
-
You have to query the db for the image location and then send the url $url= '<a href="http://pinterest.com/pin/create/button/?url=';
$pageaddr= tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $HTTP_GET_VARS['products_id'], 'NONSSL');
$urlend = 'class="pin-it-button" count-layout="horizontal"><img src="images/social_bookmarks/' . $this->icon . '" border="0"...
-
-
some people just feel the need to put their two cents on everything
-
osCommerce Market to be the new name for the new add-ons site. What do you think of the new name?
-
Working on a bulk customer upload, now to get the country and zone ID!!
-
Yes, you need to get the state and from the zone for that state, the country code, not to mention getting the default address from the address book from the address you need to set up. It is a bit of a can of worms!! Still generating the password and sending the customer a "welcome" email rounds it off nicely!!
-
-
Back ported a V3 shop to 231, V3 still being used on live shops.