Jump to content

queenniara

Member
  • Posts

    12
  • Joined

  • Last visited

Posts posted by queenniara

  1. I have no idea how to write the two solutions.

    It was so much easier with cubecart 4 to move things where I wanted them to be.

     

     

    How do I change the controller code by moving the assign from the GUI class to the Catalogue class?

  2. I currently have the main.php file that has this content: 

    <body>
    {if isset($SECTION_NAME) && ($SECTION_NAME == "home")}
    {include scope=parent file="skins/$SKIN_FOLDER/templates/homepage.php"}
    {elseif isset($SECTION_NAME) && ($SECTION_NAME == "checkout")}
    {include scope=parent file="skins/$SKIN_FOLDER/templates/checkout.php"}
    {else}
    {include scope=parent file="skins/$SKIN_FOLDER/templates/store.php"}
    {/if}
     
    </body>

     

    homepage.php, checkout.php and store.php, all have the content that default main.php used to have.  

     

    Is there something I needed to copy to these files?

  3. I am currently using the Kurouto skin and I am trying to customize the Checkout basket.

     

    Currently the images are being displayed as 60x50px.  I would like to resize the images to 100x150px.

     

    I tried to edit the config.xml and by changing the size and cleared the image cache but that did not change the image size on the page.  I was also confused becasue I want to change the size in the checkout page only NOT the product image gallery.

     

    Altering the size in the stylesheet did not help.  As a matter of fact, it just threw off the layout and the second image on the line shifted to the right.

     

    .basket_product .image {
    float: left;
    height: 60px;
    margin-right: 5px;
    width: 50px;
    }.
     
    Can anyone let me know how to change the size?
    Thanks in advance for any help you can give me.
     

     

  4. I would like to move the breadcrumbs on the category and product page to be under the title.  For now anytime I move the breadcrumbs code below to any section in the content.category.php and content.product.php file.  It does not show.

     

    <div id="breadcrumb">
     <ul>
    <li><a href="{$STORE_URL}">{$LANG.common.home}</a></li>
    {foreach from=$CRUMBS item=crumb}
    <li><a href="{$crumb.url}">{$crumb.title}</a></li>
    {/foreach}
     </ul>
    </div>

     

    Any help will be greatly appreciated.

     

  5. We have updated Cubecart 4.1.1 to 4.2.2 and there are still break tags in the e-mails

    You will have to truncate the cubecart lang table through php myadmin to rectify this. You will lose any information you entered on your homepage in the process so take a copy if you need to.

    What do you mean by he/she would loos any information you entered on their homepage in the process. If I were to clear out the cubecart lang_table what exactly would i loose?

  6. I have a problem with the Order Completed & Dispatched email. I tried changing it once in the email.inc.php file and after that it started sending out the emails with the order breakdown like this:

    Order Inventory:Product: Test ProductOptions: Quantity: 1Product Code: 9033345Price: $0.10

    It should look like this

    Order Inventory:

    Product: Test Product

    Options:

    Quantity: 1

    Product Code: 9033345

    Price: $0.10

    No matter how i change the language file or even copy it from the original email.inc.php. It would not change. I want to change it back to how it should look. Any advice anyone? Please note: my store is heavily heavily modded.

    I went to my database and this is what is looks like in the Cubecart_lang table for email.inc.php.

    a:1:{s:5:"email";a:34:{s:14:"coupon_subject";s:22:"Your gift certificate!";s:11:"coupon_body";s:348:"Dear {RECIP_NAME},

    {SENDER_NAME} has sent you a gift voucher worth {AMOUNT} which can be redeemed against any items in our store!

    ~~~~~~~~~~~~~~~~~~~~~~~~~~

    Message: (from {SENDER_NAME} <{SENDER_EMAIL}>)

    {MESSAGE}

    ~~~~~~~~~~~~~~~~~~~~~~~~~~

    Voucher Code: {COUPON}

    ~~~~~~~~~~~~~~~~~~~~~~~~~~

    Why not spend it now?

    Goto: {STORE_URL}";s:14:"downloads_body";s:379:"Dear {RECIP_NAME},

    Thank you for your order no: {ORDER_ID} placed on {ORDER_DATE}

    Below are the links you need to access the digital products you have ordered.

    IMPORTANT these links will expire on {EXPIRE_DATE} and you have {DOWNLOAD_ATTEMPTS} attempts to download them. If you have any problems please contact us stating your order number.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~";s:16:"downloads_body_2";s:76:"{PRODUCT_NAME}

    DOWNLOAD LINK:

    {DOWNLOAD_URL}

    ~~~~~~~~~~~~~~~~~~~~~~~~~~";s:17:"downloads_subject";s:28:"Downloads Access: {ORDER_ID}";s:17:"order_breakdown_1";s:761:"Dear {RECIP_NAME},

    Thank you for your order no: {ORDER_ID} placed on {ORDER_DATE}

    Your order has been processed sucessfully. Once your items are shipped we will send you an email with your shipment tracking number.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~

    Name: {INVOICE_NAME}

    Subtotal: {SUBTOTAL}

    Shipping: {SHIPPING_COST}

    Tax: {TAX_COST}

    Grand Total: {GRAND_TOTAL}

    ~~~~~~~~~~~~~~~~~~~~~~~~~~

    Invoice Address:

    {INVOICE_NAME}

    {INVOICE_ADD_1}

    {INVOICE_ADD_2}

    {INVOICE_CITY}

    {INVOICE_REGION}

    {INVOICE_POSTCODE}

    {INVOICE_COUNTRY}

    Delivery Address:

    {DELIVERY_NAME}

    {DELIVERY_ADD_1}

    {DELIVERY_ADD_2}

    {DELIVERY_CITY}

    {DELIVERY_REGION}

    {DELIVERY_POSTCODE}

    {DELIVERY_COUNTRY}

    Payment Method: {PAYMENT_METHOD}

    Shipping Method: {DELIVERY_METHOD}";s:17:"order_breakdown_2";s:34:"Your comments: {CUSTOMER_COMMENTS}";s:17:"order_breakdown_3";s:48:"~~~~~~~~~~~~~~~~~~~~~~~~~~

    Order Inventory:";s:17:"order_breakdown_4";s:23:"Product: {PRODUCT_NAME}";s:17:"order_breakdown_5";s:26:"Options: {PRODUCT_OPTIONS}";s:17:"order_breakdown_6";s:82:"Quantity: {PRODUCT_QUANTITY}

    Product Code: {PRODUCT_CODE}

    Price: {PRODUCT_PRICE}";s:23:"order_breakdown_subject";s:26:"Order Complete #{ORDER_ID}";s:27:"admin_pending_order_subject";s:25:"Pending Order #{ORDER_ID}";s:24:"admin_pending_order_body";s:275:"{CUSTOMER_NAME}, has recently placed order #{ORDER_ID}. This order is pending payment and as a result it should not be fulfilled until you have received the funds in full. Please follow the link below to view this order:

    {ADMIN_ORDER_URL}

    Logged IP Address: {SENDER_ID}";s:29:"order_acknowledgement_subject";s:33:"Order Acknowledgement #{ORDER_ID}";s:26:"order_acknowledgement_body";s:416:"Dear {CUSTOMER_NAME},

    This email confirms that you have successfully placed a new order #{ORDER_ID}. Once payment has been received we will issue your goods at the first possible opportunity.

    You can view the status of your order at any time, via our website by following the link below:

    {ORDER_URL}

    Please feel free to contact a member of staff if you have any questions or problems with your purchase.";s:19:"reset_password_body";s:323:"Dear {RECIP_NAME},

    Your password has now been reset. Please find your new access details below:

    ~~~~~~~~~~~~~~~~~~~~~~~~~~

    Email Address: {EMAIL}

    Password: {PASSWORD}

    ~~~~~~~~~~~~~~~~~~~~~~~~~~

    To login, please follow the link below:

    {STORE_URL}

    ~~~~~~~~~~~~~~~~~~~~~~~~~~

    Requester's IP Address: {SENDER_IP}";s:22:"reset_password_subject";s:12:"New Password";s:21:"profile_mofified_body";s:329:"Dear {CUSTOMER_NAME},

    This email has been sent to confirm that your personal information has been updated successfully. If you feel that your account has been updated by someone other than yourself please contact a member of staff immediately.

    This email was sent from {STORE_URL}

    Visitor's IP Address: {SENDER_IP}";s:24:"profile_mofified_subject";s:21:"Personal Info Updated";s:15:"new_reg_subject";s:20:"Your Account Details";s:12:"new_reg_body";s:428:"Dear {CUSTOMER_NAME},

    For your records the following account has been setup so that you can login to our site. Once logged in you can view the status of your orders, make repeat orders efficiently and update your profile.

    Your access details are:

    ~~~~~~~~~~~~~~~~~~~~~~~~~~

    Email: {EMAIL}

    Password: {PASSWORD}

    ~~~~~~~~~~~~~~~~~~~~~~~~~~

    This email was sent from {STORE_URL}

    Registration IP Address: {SENDER_IP}";s:16:"tellafriend_body";s:232:"Dear {RECIP_NAME},

    {MESSAGE}

    ~~~~~~~~~~~~~~~~~~~~~~~~~~

    To view this product please follow the link below:

    {PRODUCT_URL}

    ~~~~~~~~~~~~~~~~~~~~~~~~~~

    This email was sent from {STORE_URL}

    Sender's IP Address: {SENDER_IP}";s:19:"tellafriend_subject";s:36:"Product Recommended by {SENDER_NAME}";s:13:"fraud_subject";s:36:"Order {ORDER_ID} Failed Fraud Review";s:10:"fraud_body";s:840:"Dear {RECIP_NAME},

    We regret to inform you that payment for your order {ORDER_ID} did not pass security checks performed by either our staff and processing center. If you have any further questions concerning this please refer to your orders notes by following the link below or contact a member of staff quoting your order number.

    {ORDER_URL_PATH}

    Typical reasons for this:

    - The country selected may not have matched that of where the card was issued. This is a common accident.

    - The security code which can be found on the back of the card may have been entered incorrectly.

    - You may be purchasing the order in a country other that the one where your card was issued.

    If you wish to create a new order please feel free to do so. No card or account has been charged for this order.

    This email was sent from {STORE_URL}";s:24:"payment_complete_subject";s:31:"Payment Received for {ORDER_ID}";s:21:"payment_complete_body";s:404:"Dear {RECIP_NAME},

    We would just like to inform you that payment for order number {ORDER_ID} has been processed and you should receive a confirmation of your order shortly.

    You can check the status of your order and print a confirmation receipt by logging into your account and clicking on your order number.

    Thanks for shopping with Miss & Plus Lingerie!

    This email was sent from {STORE_URL}";s:25:"payment_cancelled_subject";s:26:"Order {ORDER_ID} Cancelled";s:22:"payment_cancelled_body";s:368:"Dear {RECIP_NAME},

    Order number {ORDER_ID} has been cancelled. More information concerning this may be in the order notes which can be found by following this link:

    {ORDER_URL_PATH}

    N.B. Orders can be cancelled by the customer during purchase or staff member. If you wish to raise a new order please feel free to do so.

    This email was sent from {STORE_URL}";s:21:"admin_reset_pass_body";s:315:"Dear {RECIP_NAME},

    You, or somebody pretending to be you has requested your password to be reset.

    Your new access details are:

    ~~~~~~~~~~~~~~~~~~~~~~~~~~

    Username: {USERNAME}

    Password: {PASSWORD}

    ~~~~~~~~~~~~~~~~~~~~~~~~~~

    This email was sent from {STORE_URL}

    Requester's IP Address: {SENDER_IP}";s:24:"admin_reset_pass_subject";s:24:"New Admin Access Details";s:18:"new_review_subject";s:26:"New Product Review/Comment";s:15:"new_review_body";s:320:"Authors Name: {AUTHOR_NAME}

    Authors Email: {AUTHOR_EMAIL}

    Authors IP Address: {SENDER_ID}

    Product Reviewed: {PRODUCT_NAME}

    Rating: {RATING}

    Review Title: {REVIEW_TITLE}

    Review Copy:

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    {REVIEW_COPY}

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Approve: {APPROVE_URL}

    Decline: {DECLINE_URL}";}}

  7. Can anyone help me.

    I am trying to rearrange the how the emails are sent out when a customer creates and completes an order. I am running cubecart v4.2.2

    I installed Estelle's mod to disable order acknowledgement.

    So what I need to have done is

    1. Change the email that the customer recieves once they have made payment and it cleared to the email that is sent when you change the status to order complete and dispatched.

    2. Disable the email that is sent once you change the status to order complete.

    This would result in only one email being sent. And that is the email with the order and details.

    I would be grateful if anyone know how i can change that around in the classes/cart/order.php file.

  8. I just installed the mod: Automated Sitemaps for Google, Yahoo, Ask etc.

    It asked me to ask add this line Sitemap: http://mydomain.com/myshop/sitemap-google.php to my robots.txt file to allow search engines to auto-discover the sitemap.

    My problem here is I have Cubecart 4.2.2. running and I have enabled the SEO mod included with it.

    I looked in my root directory. There is NO robots.txt file, there is only a spiders.txt file and a .htaccess file. Which one of these do I put that line into, or do I need to get a robots.txt file?

    Thanks for your help in advance!

    I am not familiar with the mod you mention, but spider.txt and robots.txt are both small fry compared to your htaccess file. (W3C schools explain the differences very well)

    Just create a txt file called robots, and add your line. You could also add instructions for google to follow all (google for robots.txt and there are loads of good sites about it). Whether search engines pay any attention to this is a different matter, although google claims to obey them, others certainly do not.

    Google will have no trouble finding your site map. If you are concerned search for your site map on google. If it comes up, then you know google knows about it already, and any robots file instruction becomes useless anyway. If it does not appear, then add a link at the bottom of your site to the site map, google will definitely find it then.

    Hope this helps,

    Paul.

    Thanks Paul!

  9. I just installed the mod: Automated Sitemaps for Google, Yahoo, Ask etc.

    It asked me to ask add this line Sitemap: http://mydomain.com/myshop/sitemap-google.php to my robots.txt file to allow search engines to auto-discover the sitemap.

    My problem here is I have Cubecart 4.2.2. running and I have enabled the SEO mod included with it.

    I looked in my root directory. There is NO robots.txt file, there is only a spiders.txt file and a .htaccess file. Which one of these do I put that line into, or do I need to get a robots.txt file?

    Thanks for your help in advance!

  10. I use bluehost and I have just installed a ssl certificate by Geotrust on my site.

    What I have noticed is once the SSL is activated on in my store the thumbnails do not show.

    The path to the thumbnails generally would read http://www.mywebsitename.com/image/uploads...bs/thumbs_1.jpg

    However, in SSL mode it reads http://www.mywebsitename.com/public_html/image/uploads/thumbs/thumbs_1.jpg

    when I look at the code in cart.tpl file it says <img src="{VAL_IMG_SRC}" alt="" title="" /> for the thumbnail.

    How do I get my thumbnails to show in secure mode?

    Thanks in advance for your help!

  11. Hello everyone,

    I have my store running and i am able to calculate shipping rates when sending packages via priority mail in the USA but once I use a international address there are no options and I get the following message. Can anyone please please help me. I called USPS and they guided me to a technical guide with some schema which is foreign language to me. I am not a tech head. Do anyone have a fix for this?

    Request XML:

    --------------------------------------------------------------------------------

    <IntlRateRequest USERID="intentionally left out" PASSWORD="1"></IntlRateRequest>

    --------------------------------------------------------------------------------

    Return XML:

    --------------------------------------------------------------------------------

    <?xml version="1.0"?>

    <Error><Number>-2147219084</Number><Source>IntlRate_Respond;SOLServerRates.IntlRate_Respond</Source><Description>Invalid XML Element cannot be empty according to the DTD/Schema.

    </Description><HelpFile></HelpFile><HelpContext>1000440</HelpContext></Error>

×
×
  • Create New...