-
Content count
47 -
Joined
-
Last visited
-
Hi
I was investigating why my Share Products box was not displaying (turns out is was Adblock on Firefox), but I noticed that the image reference in the link to Pinterest has not been updated with the mods to Protected Images - I have now changed DIR_WS_IMAGES to DIR_WS_IMAGES_PROD in line 61 of sb_pinterest.php
as in
45) In catalog/includes/modules/social_bookmarks/sb_pinterest.php
FIND around line 61
$params['media'] = tep_href_link(DIR_WS_IMAGES . $image_file, '', 'NONSSL', false);
REPLACE with
$params['media'] = tep_href_link(DIR_WS_IMAGES_PROD . $image_file, '', 'NONSSL', false);Stuart
-
Hello Kevin,
I had a look into your new extra product fields version and found that it seems it is still addressed for 2.3.4 OsC standard only.
It would be very nice if you could update it for 2.3.4 BS responsive community version.
rgds
Rainer
-
-
It's not a contribution. It is the de facto actual OsCommerce version. It is based on official standard 2.3.4.1 but enhanced by bootstrap framework and therefore responsive and adapts the content to all screen sizes (mobile fiendly. Apart of this there are many other changes to the standard version like filename constants and some directory constants removed. Improved modularity and so on.
That's why old Contributions need to be updated in order to work with 2.3.4.1 BS.
Download:
https://github.com/gburton/Responsive-osCommerce/archive/master.zip
Demostore:
Forum Resources:
https://forums.oscommerce.com/forum/107-oscommerce-online-merchant-community-bootstrap-edition/
https://forums.oscommerce.com/topic/396152-bootstrap-3-in-234-responsive-from-the-get-go/
-
-