Modify

Opened 7 years ago

Closed 7 years ago

#1511 closed Bug/Fehler (fixed)

Erweiterung der shopping_cart.php wegen $add_select_cart

Reported by: Torsten Riemer Owned by: somebody
Priority: hoch Milestone: modified-shop-2.0.5.0
Component: Shop Version: 2.0.4.2
Keywords: Cc:
Blocked By: Blocking:

Description

Man kann ziemlich leicht auf die Idee kommen eine /includes/extra/define_add_select/p_custom.php mit folgendem Inhalt anzulegen:

<?php
  $add_select_default[] = 'pd.products_slogan';

  $add_select_search[] = 'pd.products_slogan';

  $add_select_product[] = 'pd.products_slogan';

  $add_select_cart[] = 'pd.products_slogan';
?>

Das bringt dann aber einen SQL-Fehler in den Logs, da in Datei "/includes/classes/shopping_cart.php" nach Zeile 480 der JOIN auf die Tabelle "products_description" fehlt.

Gemeldet wurde das hier: DB-Fehler nach Update auf 2.0.4.0

Attachments (0)

Change History (1)

comment:1 by Gerhard Waldemair, 7 years ago

Resolution: fixed
Status: newclosed

In 11454:

fix #1511 - fix for add_select

Modify Ticket

Action
as closed The owner will remain somebody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.