Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

add-on WDW EasyTabs 1.0.0


mcmannehan

Recommended Posts

WDW EasyTabs 1.0.0
WDW Product Info Box 1.0.0
jQuery EasyTabs plugin 3.2.0
Includes English and German languages.
 
Description
-----------------------------------------------
This add-ons change the way that the product_info.php displays the product information.
 
It does this by changing in the following ways

  • Adds a new box to the right/left of the product image that is 50% of the center column width
  • Removes the 'Add to Cart' button from below the product description and places them inside the box
  • Removes the 'Reviews' button from below the product description and places them inside the 'Reviews' tab
  • Add tabs for the product info page (Description, More Info, Barcode EAN13, QRCode, Tags, Reviews)
  • The tabs for barcode only shown up, if the product have a barcode
  • For to put more Tags in, use the "Product Meta Keywords for SEO" in the backend.
  • Includes a barcode and QR class to dynamic generate the images (QR code for the product link)

PLEASE NOTE:
This add-ons are tested with osC 2.3.4, osC 2.3.4 Bootstrap, osC2.3.4 Bootstrap-Responsive and with the
osCommerce WDW-PV7.0 Pimp Version Responsive
Download here: https://github.com/mcmannehan/osCommerce-WDW-PV7.0-Pimp-Version-Responsiv

 

Easy to install only very small changes in the /catalog/product_info.php
No core file will overwrite.
 
Download here: http://addons.oscommerce.com/info/9555

  • The clever one learn from everything and from everybody
  • The normal one learn from his experience
  • The silly one knows everything better

[socrates, 412 before Christ]

Computers help us with the problems we wouldn't have without them!
99.9% of the bugs sit in front of the computer!
My programmed add-ons: WDW EasyTabs 1.0.3, WDW Facebook Like 1.0.0

if(isset($this) || !isset($this)){ // that's the question...

 

Link to comment
Share on other sites

Little changes to WDW EasyTabs 1.0.1, now there show the manufacurer images in the tab.

 

Any sugesstion what differnt tabs should be more?

  • The clever one learn from everything and from everybody
  • The normal one learn from his experience
  • The silly one knows everything better

[socrates, 412 before Christ]

Computers help us with the problems we wouldn't have without them!
99.9% of the bugs sit in front of the computer!
My programmed add-ons: WDW EasyTabs 1.0.3, WDW Facebook Like 1.0.0

if(isset($this) || !isset($this)){ // that's the question...

 

Link to comment
Share on other sites

I use my own tabs module on my site but here are some suggestions for your tabs:

 

  • Specifications
     
  • Related Products (requires related products module)
     
  • Product Questions (requires product questions modules)
     
  • Payment methods (can suck info from Card Acceptance box)
     
  • Shipping Information (can use text from /$language/shipping.php)

osCommerce user since 2003! :thumbsup:

Link to comment
Share on other sites

Tested on a fresh Edge install.

 

Error generated is:

 

1054 - Unknown column 'p.image_display' in 'field list'

select p.products_id, pd.products_name, pd.products_description, pd.products_seo_keywords, p.products_model, p.products_quantity, p.products_image, p.image_display, p.image_folder, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.products_weight, p.manufacturers_id, p.products_gtin from products p, products_description pd where p.products_status = '1' and p.products_id = '1' and pd.products_id = p.products_id and pd.language_id = '1'

[TEP STOP]

osCommerce user since 2003! :thumbsup:

Link to comment
Share on other sites

I removed  p.image_display, p.image_folder, from the query, and tabs displayed correctly.

 

There are many errors with the schema markup that need to be fixed though (see product tabs version https://search.google.com/structured-data/testing-tool#url=https%3A%2F%2Fwww.tonerpak.com.au%2Fedge3%2Fproduct_info.php%3Fproducts_id%3D19 versus standard Edge version https://search.google.com/structured-data/testing-tool#url=https%3A%2F%2Fwww.tonerpak.com.au%2Fedge2%2Fproduct_info.php%3Fproducts_id%3D19)

osCommerce user since 2003! :thumbsup:

Link to comment
Share on other sites

@@frankl

Hi Frank

 

I gave this addon a go and got the same as you in your post #4

 

Is this "corrected" in modules>cm_wdw_esytabs.php and modules>cm_wdw_products_inf_box.php or somewhere else as well. I only found total 2 instances should I find more.

 

Many thanks

Grandpa

Link to comment
Share on other sites

Tested on a fresh Edge install.

 

Error generated is:

 

1054 - Unknown column 'p.image_display' in 'field list'

 

select p.products_id, pd.products_name, pd.products_description, pd.products_seo_keywords, p.products_model, p.products_quantity, p.products_image, p.image_display, p.image_folder, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.products_weight, p.manufacturers_id, p.products_gtin from products p, products_description pd where p.products_status = '1' and p.products_id = '1' and pd.products_id = p.products_id and pd.language_id = '1'

 

[TEP STOP]

 

Wow thank you for testing and for the suggestions, i forget to put out this table names, because i use Protectet Images. Update will be online soon.

  • The clever one learn from everything and from everybody
  • The normal one learn from his experience
  • The silly one knows everything better

[socrates, 412 before Christ]

Computers help us with the problems we wouldn't have without them!
99.9% of the bugs sit in front of the computer!
My programmed add-ons: WDW EasyTabs 1.0.3, WDW Facebook Like 1.0.0

if(isset($this) || !isset($this)){ // that's the question...

 

Link to comment
Share on other sites

@@frankl

Hi Frank

 

I gave this addon a go and got the same as you in your post #4

 

Is this "corrected" in modules>cm_wdw_esytabs.php and modules>cm_wdw_products_inf_box.php or somewhere else as well. I only found total 2 instances should I find more.

 

Many thanks

Grandpa

At the header tags the jquery plugin tab. You have to install too.

  • The clever one learn from everything and from everybody
  • The normal one learn from his experience
  • The silly one knows everything better

[socrates, 412 before Christ]

Computers help us with the problems we wouldn't have without them!
99.9% of the bugs sit in front of the computer!
My programmed add-ons: WDW EasyTabs 1.0.3, WDW Facebook Like 1.0.0

if(isset($this) || !isset($this)){ // that's the question...

 

Link to comment
Share on other sites

Upload WDW EasyTabs 1.0.2 SQL query error fixed.

 

Thanks again @@frankl

  • The clever one learn from everything and from everybody
  • The normal one learn from his experience
  • The silly one knows everything better

[socrates, 412 before Christ]

Computers help us with the problems we wouldn't have without them!
99.9% of the bugs sit in front of the computer!
My programmed add-ons: WDW EasyTabs 1.0.3, WDW Facebook Like 1.0.0

if(isset($this) || !isset($this)){ // that's the question...

 

Link to comment
Share on other sites

There are many errors with the schema markup that need to be fixed though (see product tabs version https://search.googl...?products_id=19 versus standard Edge version https://search.googl...products_id=19)

 

I will fix it soon. At this moment i don't have so much time. Work is calling B)

 

But the secound checklink don't get an error, is this your test site?

  • The clever one learn from everything and from everybody
  • The normal one learn from his experience
  • The silly one knows everything better

[socrates, 412 before Christ]

Computers help us with the problems we wouldn't have without them!
99.9% of the bugs sit in front of the computer!
My programmed add-ons: WDW EasyTabs 1.0.3, WDW Facebook Like 1.0.0

if(isset($this) || !isset($this)){ // that's the question...

 

Link to comment
Share on other sites

  • 1 month later...

Does this work with the modular product page addon?

 

I didn't test with that. No core file will be overwrite so install and check it out. If not working than deinstall and delete the files from the server.

  • The clever one learn from everything and from everybody
  • The normal one learn from his experience
  • The silly one knows everything better

[socrates, 412 before Christ]

Computers help us with the problems we wouldn't have without them!
99.9% of the bugs sit in front of the computer!
My programmed add-ons: WDW EasyTabs 1.0.3, WDW Facebook Like 1.0.0

if(isset($this) || !isset($this)){ // that's the question...

 

Link to comment
Share on other sites

  • 2 weeks later...

I have downloaded the latest version. WDW EasyTabs 1.0.2 from 25th Februaury.

 

The SQL is still not fixed. Is anyone else getting the same error as in post 4?

 

The problem can be fixed by removing p.image_display, p.image_folder, from:

 

/includes/modules/content/wdw_product_info_box/cm_wdw_product_info_box.php

 

@@CGhoST

Thanks for the info. I did check it, i forget to change in /includes/modules/content/wdw_product_info_box/cm_wdw_product_info_box.php

 

The new fix is online already.

  • The clever one learn from everything and from everybody
  • The normal one learn from his experience
  • The silly one knows everything better

[socrates, 412 before Christ]

Computers help us with the problems we wouldn't have without them!
99.9% of the bugs sit in front of the computer!
My programmed add-ons: WDW EasyTabs 1.0.3, WDW Facebook Like 1.0.0

if(isset($this) || !isset($this)){ // that's the question...

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...