Giter Club home page Giter Club logo

productreview-plugin's People

Contributors

chihiro-adachi avatar hiro-t59 avatar hiroaki-zeniya avatar hoand-vn avatar k-yamamura avatar kazumiiiiiiiiiii avatar kazuyoshikakihara avatar kiy0taka avatar kurozumi avatar lqdung-lockon avatar nanasess avatar ndquocphong avatar nobuhiko avatar okazy avatar ryo-endo avatar sanglephu avatar t-nagahashi avatar takeuji avatar toannguyen-lockon avatar tps-nghiale avatar yuzuki-aritomo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

productreview-plugin's Issues

★の数の計算に、非公開のレビューが含まれている

概要

レビューの公開、非公開を管理画面で設定できますが、★の数の計算に、非公開のレビューも含まれています。公開されているレビューのみで計算すべきだと思います。

期待結果

公開されているレビューの★の数から、商品全体の★の数が計算される。

CSV出力時に、CSVファイルの最後にWarning: Cannot modify header informationエラーが出力される

概要(Overview)

CSVファイルの最後にエラーのレスポンスが出力される

期待する内容(Expect) or 要望 (Requirement)

エラーが出力されない

再現手順(Procedure)

レビュー管理画面のCSVダウンロードボタンをクリック

CSVファイルの最後の行が以下になる

<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40">

<head>

<meta name=ProgId content=Excel.Sheet>
<meta name=Generator content="Microsoft Excel 15">
<link id=Main-File rel=Main-File
href="file:///C:/Users/takeuji/AppData/Local/Temp/msohtmlclip1/01/clip.htm">
<link rel=File-List
href="file:///C:/Users/takeuji/AppData/Local/Temp/msohtmlclip1/01/clip_filelist.xml">
</head>

<body link="#0563C1" vlink="#954F72">



<!-- Warning:   Cannot modify header information - headers already sent (500 Internal Server   Error) -->
--
<!DOCTYPE html>
<html lang="en">



</body>

</html>

環境 (environment)

  • EC-CUBE: 4.2.β
  • PHP: 7.x.x
  • DB:
    • PostgreSQL x.x.x
    • MySQL x.x.x

関連情報 (Ref)

売上集計プラグイン#67

[ProductReview42] 矢印ボタン表示エラー

概要(Overview)

矢印ボタン表示エラー

期待する内容(Expect) or 要望 (Requirement)

再現手順(Procedure)

Step 1. オーナーズストア > プラグイン > プラグイン一覧 > ProductReview42 プラグイン設定画面 (/product_review/config)
矢印ボタン表示エラー
image

環境 (environment)

  • EC-CUBE: 4.2.0-beta2
  • PHP: 7.x.x
  • DB:
    • PostgreSQL 10.x.x
    • MySQL 5.7.x, 8.0.x

関連情報 (Ref)

4.2 公式プラグインテスト_EC-CUBE 4.2.0-beta2-20220916_Plugin

モーダルダイアログでレビュー内容を確認できるようにする

現状の問題点

レビューの編集ページに遷移しないと、レビュー内容を確認することができない。

対応内容

レビューのタイトルを押下すると、モーダル画面でレビュー内容を確認できるようにする。
(画面遷移は発生しない)

#20と合わせて、レビュー内容の確認→公開の運用負荷を減らす。

レビューが5件までしか表示されない

商品にレビューを6件以上登録した場合、最新の5件分しか表示されません。
不具合?仕様?判断が付かなかったのでIssue登録しておきます。

環境

EC-CUBE 3.0.10
プラグイン 0.0.3

クーポンプラグイン v2.0.0計画

2.0.0では以下の対応を行う予定です。

リリース時期

2017/1/9週を予定

主要な対応内容

機能追加

  • クーポンが利用可能な下限金額を設定できる
  • 会員ログインでの購入時のみ使用できるクーポンを作成できる
  • 「全商品」をクーポンの対象にすることができる

その他、機能改修

互換性について

旧プラグインからのバージョンアップが可能です。

商品レビュー管理プラグイン v1.0.0計画

1.0.0では以下の対応を行う予定です。

リリース時期

2017/1/9週を予定

主要な対応内容

機能追加

  • レビューの表示件数をプラグイン設定画面で設定できるようにする(#11
  • 商品詳細画面に表示するデザイン/の挿入位置を変更する(#4)
  • 商品詳細ページのtwigファイルで<!--# product-review-plugin-tag #-->と入力した位置に表示を行う対応。
  • ログの埋め込み。(EC-CUBE 3.0.12 以降で利用できるログ機構にも対応)

その他、機能改修

互換性について

旧プラグインからのバージョンアップが可能です。

YamlのEntity設定の中にMappingが間違えてます(ProductReview.dcm.yml)

ec-cube 3.0.12
プラグイン:ProductReview 0.0.2

問題:YamlのEntity設定の中にMappingが間違えてます
ファイル:
 app/Plugin/ProductReview/Resource/doctrine/Plugin.ProductReview.Entity.ProductReview.dcm.yml

対応方法:
行目:43

     manyToOne:
        Product:
            targetEntity: Eccube\Entity\Product
            inversedBy: ProductReviews
            joinColumn:
                name: product_id
                referencedColumnName: product_id
                nullable: false
        Sex:
            targetEntity: Eccube\Entity\Master\Sex
            joinColumn:
                name: sex
                referencedColumnName: id
                nullable: true
        Customer:
            targetEntity: Eccube\Entity\Customer
            inversedBy: ProductReviews
            joinColumn:
                name: customer_id
                referencedColumnName: customer_id
                nullable: true

     manyToOne:
        Product:
            targetEntity: Eccube\Entity\Product
            joinColumn:
                name: product_id
                referencedColumnName: product_id
                nullable: false
        Sex:
            targetEntity: Eccube\Entity\Master\Sex
            joinColumn:
                name: sex
                referencedColumnName: id
                nullable: true
        Customer:
            targetEntity: Eccube\Entity\Customer
            joinColumn:
                name: customer_id
                referencedColumnName: customer_id
                nullable: true

ページ管理で登録するとエラーになる

ページ管理で「レビューを投稿」を登録しようとするとバリデーションエラーになる。

ファイル名 app/template/default/@ProductReview4/default/index.twig
      エラー 有効な値ではありません。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.