Jump to content

Asaf Levy

Members
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • First Name
    Asaf
  • Last Name
    Levy

Asaf Levy's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 1. I have disabled the caching feature 2. I am not aware of any caching modules, do they come as default in 1.6? 3. I tired many changes, even removing the whole html content of product.tpl, nothing appears in the shop Thanks for replying
  2. Hi, i'm trying to change the default theme (default-bootstrap), but after I change it, no matter what the change is, there is no change visible in the store. I have disabled cached and even deleted the files under cache/smarty/cache and cache/smarty/compile I have no idea what the problem might be, but I don't see any changes, for example i'm trying to edit the file product.tpl and no changes are appearing on the front store. Thanks in advance, Asaf
  3. Hello, I would like to make a customized help and replace the default help, but I noticed that the help comes encrypted from the server. How do I go about replacing the default help? Thanks in advance, Asaf
  4. Hello, i'm trying to add a product to a newly created cart with a method I found somewhere on these forums, it mentioned using the function $cart->updateQty(); but for some reason it just fails, it outputs no error message and no exception to catch, even the debugger just disconnects when it gets to this line. i'm calling it like this: $cart->updateQty($prod['qty'], (int)$prod['id']); what am I doing wrong? Thanks in advance, Asaf
  5. I have written a module that on the backend makes a list of product ids that I wish to be added to a new order, that currently doensn't exist, and i'm how the data should be formatted to the member product_list and what other members have to be populated before I call the add() method?
  6. there is no cart id, i'm trying to generate a whole new order from scratch, perhaps I should also generate a cart?
  7. i've looked at it but it relies on having an associated cart, which I don't, do I have to generate one? If so, how do I do it? all I have is the product ids that I want to add and the customer id associated with them
  8. Hello, I'm writing a POS module and would like to create an Order object by using only a list of products and a customer. The problem when creating this is that I do not have an associated cart and I don't know how the product_list variable should be populated, what is the structure needed for this? Thanks in advance
×
×
  • Create New...