Categories

osCommerce. 如何维护og体育页面

Charlotte Bennett November 22, 2014
Rating: 5.0/5. From 1 vote.
Please wait...

下面的教程将向您展示如何在osCommerce中维护og体育页面.

osCommerce. 如何维护og体育页面

osCommerce允许您从管理面板编辑产品页面上的大多数元素. 那些你不能在管理面板中找到的将在“product_info”中进行编辑.php” file in your installation directory on server.

让我们看看每个单独元素的位置, 这样你就可以很容易地找到和编辑它,如果需要的话:

1.product_page

让我们从产品及其主要元素开始:

2.main_elements
  1. The product Description:

    1. You can change the product description from your admin panel.

    2. 登录到管理面板并导航到 Catalog -> Categories/Products:

      3.admin 4.ptoduc_admin
      • 您将看到所有类别的列表. 查找您的产品被分配到的那个.

      • 双击需要打开的类别并查找您的产品.

      • Click the "Edit按钮查看产品选项.

    3. The description 可以分别应用于你的每一种语言吗.

      • Note: 确保将描述添加进去 HTML 保持文本结构的标签:

        5.description_admin
      • 如果您想从og体育页面中删除整个描述, 您需要删除以下内容 script from the “product_info.php” 位于安装根目录下的文件 directory:

        6.description_code
    4. 产品加入目录的日期(该产品已于…) can also be removed in product_info.php file.

      • 使用Firebug或其他工具定位此文本的类 developer tools.

      • In our case the code is :

         
      • Delete or comment the code:

        7.title_small
  2. Product attributes block:

    1. 您可以在管理面板中编辑属性 Catalog -> Products Attributes.

    2. 如果需要从og体育页面中删除属性, just delete certain attribute from Catalog -> Products Attributes:

      8.attributes
    3. 有关如何维护的更多信息,请查看本教程 the attributes in osCommerce.

  3. The product price:

    1. 实际的产品价格可以在管理面板中更改 Catalog -> Categories/Products in the product options.

    2. In case you want to remove the price together with the "Add to Cart" button and put your site into a Catalog Mode中删除或注释以下代码 product_info.php file:

       

      '.PRICE. ''.$products_price; ?>

      9.price_code
  4. Tags of product:

    1. 你可以找到每个产品的标签 Catalog -> Tags from the admin panel.

    2. After clicking the “Edit” 按钮,您将看到已添加标签的产品列表:

    3. 10.tags
    4. 您可以在那里添加或删除标签.

  5. Side Blocks:

    • 你可以管理所有的侧块 Modules -> Boxes in your admin panel.

      11.side_block 12.modules_boxes
    1. Shopping Cart.

      • Navigate to Modules -> Boxes 在管理面板中查找 Shopping cart.

      • Click "Edit" and scroll down to the “display in pages” section.

      • 在那里你会看到一个页面列表 module is displayed.

      • Uncheck the “product_info.php” 从og体育页面隐藏该块.

      • Save the changes by clicking “Save” button in the bottom.

    2. Brands.

      • Navigate to Modules -> Boxes -> Manufacturers module and click the "Edit" button.

      • In order to disable the module 在产品页面中,取消选中 “product_info.php” from the list of pages the module appears on.

      • Save the changes.

    3. Reviews.

      • 禁用它的过程类似于前面提到的块(Modules -> Boxes -> Reviews -> Edit).

    4. Information.

      • 信息块可以在产品页面中禁用 Modules -> Boxes -> Information (与处理其他块的过程相同).

        13.information_block 14.information_blcok_disable
    5. Manufacturer Info.

      • 这是og体育页面上您可以定位的最后一个块 Modules -> Boxes.

      • Search for Manufacturer Info (它被认为不是一个原始的osCommerce module but added by Templateog体育首页)框中的可用项目列表.

      • 对其他盒子重复同样的步骤.

  6. 购买此产品的客户也购买了 section.

    1. 该部分显示了其他客户除了在og体育页面中查看的产品之外已经购买的产品. 它不是出现在每个产品页面上:

      15.also_purchased
    2. You can find it in Boxes Settings -> Also Purchased block in your admin panel.

    3. 在这里,您可以设置图像宽度或显示的最大产品.

    4. 如果您想从您的og体育页面中删除此部分, 中注释或删除以下代码 product_info.php file on the server:

      if ((USE_CACHE == 'true') && empty($SID)) {
      	  回声tep_cache_also_purchased (3600);
      	} else {
      	  include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS);
      16.also_purchased_code

我们希望您会发现本教程有用.

请随时查看下面的详细视频教程:

osCommerce. 如何维护og体育页面
This entry was posted in OsCommerce Tutorials and tagged information, manage, osCommerce, page, product. Bookmark the permalink.

Submit a ticket

如果您仍然无法找到关于您的问题的足够的教程,请使用以下链接向我们的技术支持团队提交请求. 我们将在接下来的24小时内为您提供我们的帮助和协助: Submit a ticket