Jump to content

G Dubyah

Member
  • Posts

    88
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by G Dubyah

  1. I'm using PayPal  Pro & Express Gateway.

    I'm not receiving payments through through the payment gateway, the order system is telling me that the payment has been made, but it's not showing in my Paypal account.

    Contacted Paypal they are telling me to check the email address on the back end  of my site

  2. I had my stock settings to deduct an item from stock when the items status changes to 'pending'  this has worked fine when there has been more than one in stock.

    However yesterday a customer bought the last one of an item, as he went through the payment process the stock was reduced to '0' because of this when he got to 'Make Final Payment' he couldn't because the stock was '0' !

    Changing the stock settings to reduce stock on 'Order Complete' solves this problem.

    Is this a glitch ?

  3. 1 minute ago, Dirty Butter said:

    Oh - I misunderstood - I thought you were trying to get all the options/price/add to cart button stuff off the Category listing of Products.

    Ok lets start again !

    If you go to my site and click on "Paints" on the Navbar, it takes you to the category page, one category is Own Brand Acrylics, the other is Humbrol Enamels. Both of these are showing an "add to basket"  button and a price. What I want to do is remove the button and price from category pages for all categories, is this possilbe ?

  4. 2 hours ago, Dirty Butter said:

    I don't use Options, so I can't speak to that. But I don't show Add to Basket on Latest Listings or on Category listings. The only Add to Basket I have is on the Product Listing.

    On content.homepage.php you will find this:

    
                {* Remove comment if you want info button
                <a href="{$product.url}" title="{$product.name}" class="button tiny secondary left">{$LANG.common.info}</a>
                *}

    You can change the language for Info to whatever suits your store. Then you can comment out the Buy button and price if you want. Just be sure you save a stock version before you start experimenting.

    Once you've figured out what you need there, you may be able to make the appropriate changes to content.category.php.

    My HTML skills are not up to this !

  5. I've got an issue with the price and "Add to Basket" showing on the category screen, especially when using the options system, I don't want this to show, if it can't be done, IMO it makes the options system useless ! and every produc will have to be entered as a separate product.

     

    591b371d0b83c_Categorypricing.thumb.png.cd05c0c665658bd4903e227bc185d637.png

  6. The problem I'm having is that customers are attempting to pay via the secure payment method is getting a 'card declined' message, if I use Evalon gateway, ( the same as in my real shop) it will cost me £20 per month, which at the moment is more than the online business takes in profit !

  7. Be wary that if links are changed to new links, the old links will generate masses of 404's,

    It's best to genreate a 404 page wi8th links back to the home pages that bots an humans can follow

  8. 6 minutes ago, Noodleman said:

    I've integrated CC with Quickbooks POS for another customer, although you will need to list the features you are looking for. do you already have a POS system?

    No we don't have anything at the moment, it's more for the stock control side we need it, the accounting is a bonus, but we do have a bookkeeper who does all that for us

  9. 4 hours ago, bsandall said:

    That is not something CubeCart supports out of the box - it expects that each product will have a defined price, and options will modify that price. If every option has an absolute price rather than a modifier, then those options should probably be separate products.

    That said, you can modify the matrix to allow absolute pricing per option combination, but CubeCart will still expect there to be a base product with a defined (non-zero) price.

    In my own store which is modified to allow matrix-level pricing, I typically choose one of the option combinations as the 'default' product for purposes of entering pricing, product code, etc. in to the base product, so there is always something for CubeCart to display.

    If that doesn't work for you, then it is possible to modify the code to select the lowest (or highest) matrix price in case the base product's price is zero, but that will require more work and depends greatly on what modifications you have made to your store, if any.

    In hindsight I think that I have to resort back to individual products and create a category tree with greater depth,  because of the niche I am in there is massive amount of products that are available in different scales scales, sizes and therefore prices.

    It's best to sort these things out now, rather than another six months down the line when the task will be very tiresome.

    What I like about this forum is the willingness for others to share experiences and solutions, to save others making the same mistakes.

×
×
  • Create New...