Jump to content

lxanth

Members
  • Posts

    5
  • Joined

  • Last visited

About lxanth

  • Birthday June 11

Profile Information

  • Location
    Greece
  • First Name
    Lefteris
  • Last Name
    Xanthoudakis
  • Activity
    Module Developer

Recent Profile Visitors

222 profile views

lxanth's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi there, Working on a module with similar functionality to Google Analytics with e-commerce data. The module is required to send the order with details via JS API to a system. The issue is that it is required to send data separately for totals on ordered items, taxes, shipping charges and payment fees. I can get all above from the order class except the payment fees. I looked on a free module that provides COD with fees on how this is implemented and I found that the fee is either added into the shipping charges or is added as a separate product in the order. According to my findings, the payment fees information is missing from the order class. Any clues or suggestions would be very welcome.
  2. FIXED The issue was found on the file /modules/wtblocksearch/views/templates/front/nbr-product-page.tpl specifically had to change the form action from: <form action="{$link->getModuleLink('categorysearch', 'catesearch', array(), true)|escape:'html':'UTF-8'}" method="get" class="nbrItemPage"> to <form action="{$link->getModuleLink('wtblocksearch', 'catesearch', array(), true)|escape:'html':'UTF-8'}" me thod="get" class="nbrItemPage"> and it worked.
  3. Hello, As the topic subject suggest, I have the following issue: - Do a search on my e-shop - Then change the number of products displayed per page * The system responds with a 404 NOT FOUND page. Here is what I came up with. The initial search is displayed with the following url just fine. https://www.myshop.com/module/wtblocksearch/catesearch?fc=module&module=wtblocksearch&.... but when I change the number of products using the dropdown option, the url changes to https://www.myshop.com/module/categorysearch/catesearch?fc=module&module=wtblocksearch&.... and I get the 404 NOT FOUND page. As far as I understand the theme was shipped with a set of modules called watertheme (WT). The search url suggests that such a module is being used for the search results. I'd appreciate if you could help where I should start looking for a fix on this.
  4. Hi, Most possible it's a write access issue. Make sure your apache server user has write access to the folder/directory you are installing. You can try give write permissions to everyone. If you are familiar with ssh, "cd" inside the folder you're installing and type the following command: chmod a+rwx . (don't miss the dot at the end of the command). Hope this helps. Let us know how it goes.
×
×
  • Create New...